ableos/repbuild/Cargo.toml

13 lines
199 B
TOML
Raw Normal View History

2021-11-16 06:09:27 +00:00
[package]
name = "repbuild"
2021-11-17 04:52:17 +00:00
version = "0.1.1"
2021-11-16 06:09:27 +00:00
edition = "2021"
2021-11-17 04:52:17 +00:00
authors = ["Able", "NotAble"]
2021-11-16 06:09:27 +00:00
[dependencies]
xshell = "0.1.9"
2021-11-17 04:52:17 +00:00
anyhow = "*"
2022-04-11 20:34:40 +00:00
[dependencies.clap]
version = "3.1.8"
features = ["derive"]