zoxide/xtask/Cargo.toml

13 lines
278 B
TOML
Raw Normal View History

2021-09-12 21:36:21 +00:00
[package]
name = "xtask"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "=3.0.0-beta.4", default-features = false, features = [
"derive",
"std",
] }