tvrs/Cargo.toml

13 lines
184 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>"]
2018-12-10 14:50:41 +01:00
edition = "2018"
2018-09-26 13:19:20 +02:00
[dependencies]
2018-09-26 13:46:46 +02:00
clap = "2.32.0"
[[bin]]
name = "tvrs"
path = "src/tv.rs"