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

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