Lucas Fernandes Nogueira d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 years ago
..
MergeModules 5f3a12c557 fix(cli.rs): crate packaging (#1481) 4 years ago
src d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 years ago
templates 5f3a12c557 fix(cli.rs): crate packaging (#1481) 4 years ago
.license_template 22d1803b77 chore(license): purge template path because not everyone is a robot (#1462) 4 years ago
CHANGELOG.md 8fa06ddb6a Apply Version Updates From Current Changes (#1540) 4 years ago
Cargo.lock d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 years ago
Cargo.toml d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 years ago
README.md d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 years ago
build.rs aea614587b refactor(repo): add /tooling folder (#1457) 4 years ago
config_definition.rs 9e87fe6a69 feat(bundler): allow including custom files on debian package, fix #1428 (#1613) 4 years ago
metadata.json 1f089fb4f9 chore: update minimum nodejs version to 12.13.0 (#1562) 4 years ago
schema.json 9e87fe6a69 feat(bundler): allow including custom files on debian package, fix #1428 (#1613) 4 years ago

README.md

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>"
]