legacympt-rs/mpt/Cargo.toml
LordMZTE 4b2c701574
Some checks failed
continuous-integration/drone/push Build is failing
switch from anyhow to miette
2021-10-04 21:30:13 +02:00

36 lines
853 B
TOML

[package]
name = "mpt"
version = "0.1.2"
edition = "2018"
[[bin]]
name = "lmpt"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
addonscript = { path = "../addonscript" }
async-trait = "0.1.51"
crossterm = "0.21.0"
futures = "0.3.16"
heck = "0.3.3"
indicatif = "0.16.2"
json5 = "0.3.0"
log = "0.4.14"
miette = { version = "3.1.0", features = ["fancy"] }
percent-encoding = "2.1.0"
reqwest = { version = "0.11.4", features = ["stream"] }
serde = { version = "1.0.129", features = ["derive"] }
serde_json = "1.0.67"
simplelog = "0.10.0"
structopt = "0.3.22"
tera = "1.12.1"
thiserror = "1.0.28"
tokio = { version = "1.10.1", features = ["rt-multi-thread", "macros", "fs"] }
toml = "0.5.8"
twitch = { path = "../twitch" }
url = "2.2.2"
walkdir = "2.3.2"
zip = "0.5.13"