forked from AbleOS/ableos
11 lines
161 B
TOML
11 lines
161 B
TOML
[package]
|
|
name = "repbuild"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["Able", "NotAble"]
|
|
|
|
[dependencies]
|
|
clap = "3.0.0-beta.5"
|
|
xshell = "0.1.9"
|
|
anyhow = "*"
|