osenv/Cargo.toml

13 lines
199 B
TOML
Raw Normal View History

2020-01-21 16:18:58 +00:00
[package]
name = "osenv"
2020-10-02 13:47:40 +00:00
version = "1.0.0"
2020-01-21 16:18:58 +00:00
authors = ["Hamcha <hamcha@crunchy.rocks>"]
edition = "2018"
2020-01-23 08:40:00 +00:00
[[bin]]
name = "osenv-bin"
path = "src/main.rs"
2020-01-21 16:18:58 +00:00
[dependencies]
clap = "2.33"
isatty = "0.1.9"