mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
12 lines
202 B
TOML
12 lines
202 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.32"
|
|
clap = { version = "3.1.0", features = ["derive"] }
|
|
ignore = "0.4.18"
|
|
shell-words = "1.0.0"
|