diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,4 +8,7 @@ homepage = "https://git.spacejunk.sh/palpad.git" repository = "https://git.spacejunk.sh/palpad.git" readme = "README.md" +[dependencies] +clap = { version = "4.5.43", features = ["derive"] } + |