Lucas Fernandes Nogueira ac2cbcb131 fix(cli.rs): `before dev` process kill, closes #1626 (#1700) 4 years ago
..
MergeModules 5f3a12c557 fix(cli.rs): crate packaging (#1481) 4 years ago
src ac2cbcb131 fix(cli.rs): `before dev` process kill, closes #1626 (#1700) 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 0f86bc4071 Apply Version Updates From Current Changes (#1620) 4 years ago
Cargo.lock 0f86bc4071 Apply Version Updates From Current Changes (#1620) 4 years ago
Cargo.toml ba49160005 chore(deps) Update Tauri CLI (#1639) 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 5c1fe52c2b feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 4 years ago
metadata.json 0f86bc4071 Apply Version Updates From Current Changes (#1620) 4 years ago
schema.json 5c1fe52c2b feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 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>"
]