tvrs/Cargo.toml

13 lines
184 B
TOML

[package]
name = "tvrs"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
edition = "2018"
[dependencies]
clap = "2.32.0"
[[bin]]
name = "tvrs"
path = "src/tv.rs"