Lucas Fernandes Nogueira 72b8048b5a feat(cli.rs): fill debian `depends` with tauri dependencies (#1767) 4 年之前
..
MergeModules 5f3a12c557 fix(cli.rs): crate packaging (#1481) 4 年之前
src 72b8048b5a feat(cli.rs): fill debian `depends` with tauri dependencies (#1767) 4 年之前
templates 6132f3f4fe feat(core): reintroduce CSP injection (#1704) 4 年之前
.license_template 22d1803b77 chore(license): purge template path because not everyone is a robot (#1462) 4 年之前
CHANGELOG.md 0f86bc4071 Apply Version Updates From Current Changes (#1620) 4 年之前
Cargo.lock 94a58c70b4 chore(deps) Update Rust crate regex to 1.5 (#1706) 4 年之前
Cargo.toml 94a58c70b4 chore(deps) Update Rust crate regex to 1.5 (#1706) 4 年之前
README.md d623d95fcb fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 4 年之前
build.rs aea614587b refactor(repo): add /tooling folder (#1457) 4 年之前
config_definition.rs c090927021 feat(core): system tray, closes #157 (#1749) 4 年之前
metadata.json 0f86bc4071 Apply Version Updates From Current Changes (#1620) 4 年之前
schema.json c090927021 feat(core): system tray, closes #157 (#1749) 4 年之前

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