ableos/repbuild/Cargo.toml

11 lines
161 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]
2021-11-17 04:52:17 +00:00
clap = "3.0.0-beta.5"
2021-11-16 06:09:27 +00:00
xshell = "0.1.9"
2021-11-17 04:52:17 +00:00
anyhow = "*"