mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +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>
24 lines
763 B
Markdown
24 lines
763 B
Markdown
# Tauri CLI
|
|
|
|
## Licensing Errata:
|
|
Because of publishing issues upstream, we soft-forked (and patched) both [`console`](https://github.com/mitsuhiko/console/blob/278de9dc2bf0fa28db69adee351072f668beec8f/Cargo.toml#L7) and [`dialoguer`](https://github.com/mitsuhiko/dialoguer/blob/2c3fe6b64641cfb57eb0e1d428274f63976ec150/Cargo.toml#L12) crates because of untenable issues surrounding expected use on Windows.
|
|
|
|
This soft fork was introduced to the Tauri Codebase [here](https://github.com/tauri-apps/tauri/pull/1610).
|
|
|
|
`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>"
|
|
]
|
|
```
|