Cargo.toml

This commit is contained in:
ascendforever 2023-10-24 17:48:25 -04:00
parent 77185e0b44
commit aea0862598

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "lndups"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shlex = "1.2"
structopt = "0.3"