tauri/tooling/cli.rs
github-actions[bot] cad5192e31
Apply Version Updates From Current Changes (#1561)
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-25 16:07:22 -03:00
..
MergeModules fix(cli.rs): crate packaging (#1481) 2021-04-14 13:37:29 -03:00
src fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 2021-04-25 11:34:33 -03:00
templates/src-tauri fix(cli.rs): crate packaging (#1481) 2021-04-14 13:37:29 -03:00
.license_template chore(license): purge template path because not everyone is a robot (#1462) 2021-04-12 10:57:42 -03:00
build.rs refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
Cargo.lock Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
Cargo.toml Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
CHANGELOG.md Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
config_definition.rs feat(bundler): allow including custom files on debian package, fix #1428 (#1613) 2021-04-25 01:46:04 -03:00
metadata.json Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
README.md fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 2021-04-25 11:34:33 -03:00
schema.json feat(bundler): allow including custom files on debian package, fix #1428 (#1613) 2021-04-25 01:46:04 -03:00

Tauri CLI

Licensing Errata:

Because of publishing issues upstream, we soft-forked (and patched) both console and dialoguer crates because of untenable issues surrounding expected use on Windows.

This soft fork was introduced to the Tauri Codebase here.

console

license = "MIT"
authors = [
	"Armin Ronacher <armin.ronacher@active-4.com>"
]

dialoguer

license = "MIT"
authors = [
	"Armin Ronacher <armin.ronacher@active-4.com>",
	"Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"
]