forked from AbleOS/ableos
13 lines
266 B
TOML
13 lines
266 B
TOML
cargo-features = ["edition2021"]
|
|
[package]
|
|
name = "repbuild"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.39"
|
|
structopt = "0.3.21"
|
|
xshell = "0.1.9"
|