2022-12-18 17:02:42 -08:00
|
|
|
[package]
|
2022-12-22 17:52:15 -08:00
|
|
|
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"
|
2022-12-18 21:06:47 -08:00
|
|
|
serde = { version = "1.0.151", features = ["derive"] }
|
|
|
|
serde_json = "1.0.91"
|
2022-12-22 17:52:15 -08:00
|
|
|
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"
|