gst-rust/Cargo.toml

16 lines
402 B
TOML
Raw Normal View History

2021-11-12 22:41:31 +00:00
[package]
name = "gst"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2"
termcolor = "1.0.4"
toml = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
2021-11-15 17:33:03 +00:00
serde_json = "1.0.40"
reqwest = { version = "0.11", features = ["json", "blocking"] }
2021-11-17 18:26:43 +00:00
tokio = { version = "1", features = ["full"] }