tauri/tooling/cli.rs
renovate[bot] 94a58c70b4
chore(deps) Update Rust crate regex to 1.5 (#1706)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-05 02:03:41 -03:00
..
MergeModules fix(cli.rs): crate packaging (#1481) 2021-04-14 13:37:29 -03:00
src fix(cli.rs): before dev process kill, closes #1626 (#1700) 2021-05-04 11:27:10 -03:00
templates/src-tauri feat(core): reintroduce CSP injection (#1704) 2021-05-04 23:31:05 -03:00
.license_template chore(license): purge template path because not everyone is a robot (#1462) 2021-04-12 10:57:42 -03:00
build.rs refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
Cargo.lock chore(deps) Update Rust crate regex to 1.5 (#1706) 2021-05-05 02:03:41 -03:00
Cargo.toml chore(deps) Update Rust crate regex to 1.5 (#1706) 2021-05-05 02:03:41 -03:00
CHANGELOG.md Apply Version Updates From Current Changes (#1620) 2021-04-25 17:54:41 -03:00
config_definition.rs feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 2021-04-30 15:16:14 -03:00
metadata.json Apply Version Updates From Current Changes (#1620) 2021-04-25 17:54:41 -03:00
README.md fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 (#1610) 2021-04-25 11:34:33 -03:00
schema.json feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664) 2021-04-30 15:16:14 -03:00

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