gst-rust/Cargo.toml

14 lines
294 B
TOML

[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"
# configparser = "3.0.0"
toml = "0.4.2"
serde = { version = "1.0", features = ["derive"] }