Lucas Fernandes Nogueira fcee4c25fc refactor(bundler): finish initial documentation, reorganize modules (#1662) há 4 anos atrás
..
MergeModules 5f3a12c557 fix(cli.rs): crate packaging (#1481) há 4 anos atrás
src fcee4c25fc refactor(bundler): finish initial documentation, reorganize modules (#1662) há 4 anos atrás
templates 5f3a12c557 fix(cli.rs): crate packaging (#1481) há 4 anos atrás
.license_template 22d1803b77 chore(license): purge template path because not everyone is a robot (#1462) há 4 anos atrás
CHANGELOG.md 0f86bc4071 Apply Version Updates From Current Changes (#1620) há 4 anos atrás
Cargo.lock 0f86bc4071 Apply Version Updates From Current Changes (#1620) há 4 anos atrás
Cargo.toml ba49160005 chore(deps) Update Tauri CLI (#1639) há 4 anos atrás
README.md d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) há 4 anos atrás
build.rs aea614587b refactor(repo): add /tooling folder (#1457) há 4 anos atrás
config_definition.rs 9e87fe6a69 feat(bundler): allow including custom files on debian package, fix #1428 (#1613) há 4 anos atrás
metadata.json 0f86bc4071 Apply Version Updates From Current Changes (#1620) há 4 anos atrás
schema.json 9e87fe6a69 feat(bundler): allow including custom files on debian package, fix #1428 (#1613) há 4 anos atrás

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