You've already forked AstralRinth
forked from didirus/AstralRinth
* update trivial dependencies * switch to sha1_smol * update async_zip * fix cli * clippy & fmt * js lints * fix build for ci
35 lines
899 B
TOML
35 lines
899 B
TOML
[package]
|
|
name = "theseus_cli"
|
|
version = "0.6.3"
|
|
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
theseus = { path = "../theseus", features = ["cli"] }
|
|
daedalus = {version = "0.1.15", features = ["bincode"]}
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
futures = "0.3"
|
|
argh = "0.1"
|
|
paris = { version = "1.5", features = ["macros", "no_logger"] }
|
|
dialoguer = "0.11.0"
|
|
tabled = "0.15.0"
|
|
dirs = "5.0.1"
|
|
uuid = {version = "1.1", features = ["v4", "serde"]}
|
|
url = "2.2"
|
|
|
|
color-eyre = "0.6"
|
|
eyre = "0.6"
|
|
tracing = "0.1"
|
|
tracing-error = "0.2"
|
|
tracing-futures = "0.2"
|
|
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
|
|
dunce = "1.0.3"
|
|
|
|
webbrowser = "0.8.13"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winreg = "0.52.0"
|