mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
d623d95fcb
* fix(cli.rs): inliner dialoguer & console until they publish, fixes #1492 * fix tests * change file * fix: tests & fmt * chore: add fork note * fix: windows deps * chore(licensing): add note for console & dialoguer Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com> Co-authored-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
763 B
763 B
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>"
]