rot8/Cargo.toml

10 lines
144 B
TOML
Raw Normal View History

2019-05-18 20:27:15 +00:00
[package]
name = "rot8"
2019-05-19 03:41:30 +00:00
version = "0.1.1"
2019-05-18 20:27:15 +00:00
authors = ["efernau <e.fernau@efero.de>"]
edition = "2018"
[dependencies]
glob = "0.3"
2019-05-19 03:41:30 +00:00
clap = "2.33"