Files
scootaloo/Cargo.toml

22 lines
574 B
TOML

[package]
name = "scootaloo"
version = "0.4.0"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
futures = "^0.3"
egg-mode = { git = "https://github.com/egg-mode-rs/egg-mode", rev = "6b81073eba9c3b123ca0e80bdb5ef61d1758f131" }
tokio = { version = "1", features = ["full"]}
elefren = "^0.20"
htmlescape = "^0.3"
reqwest = "^0.11"
log = "^0.4"
simple_logger = "^1.11"