SousaCLI/Cargo.toml

17 lines
402 B
TOML
Raw Permalink Normal View History

2022-12-18 17:02:42 -08:00
[package]
name = "sousa_cli"
2022-12-18 17:02:42 -08:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-18 17:17:21 -08:00
clap = { version = "4.0.29", features = ["derive"] }
confy = "0.5.1"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.91"
table_print = "0.1.0"
termsize = "0.1.6"
2022-12-18 17:17:21 -08:00
tungstenite = "0.18.0"
2022-12-18 18:26:40 -08:00
url = "2.3.1"