tvrs/Cargo.toml

12 lines
167 B
TOML
Raw Normal View History

2018-09-26 13:19:20 +02:00
[package]
name = "tvrs"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
2018-09-26 13:46:46 +02:00
clap = "2.32.0"
[[bin]]
name = "tvrs"
path = "src/tv.rs"