ableos/repbuild/Cargo.toml

11 lines
161 B
TOML
Raw Normal View History

2021-11-16 00:09:27 -06:00
[package]
name = "repbuild"
2021-11-16 22:52:17 -06:00
version = "0.1.1"
2021-11-16 00:09:27 -06:00
edition = "2021"
2021-11-16 22:52:17 -06:00
authors = ["Able", "NotAble"]
2021-11-16 00:09:27 -06:00
[dependencies]
2021-11-16 22:52:17 -06:00
clap = "3.0.0-beta.5"
2021-11-16 00:09:27 -06:00
xshell = "0.1.9"
2021-11-16 22:52:17 -06:00
anyhow = "*"