gst-rust/Cargo.toml

13 lines
269 B
TOML
Raw Normal View History

2021-11-12 23:41:31 +01: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"] }