rustic/xtask/Cargo.toml
simonsan b698cc57fc Refactor to library and cli application part
Co-authored-by: Alexander Weiss <alex@weissfam.de>
2023-06-06 08:51:43 +02:00

16 lines
307 B
TOML

[package]
publish = false
name = "xtask"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
clap.workspace = true
duct = "0.13.6"
fs_extra = "1.3.0"
glob = "0.3.1"
dialoguer = "0.10.4"