From aea0862598bd7b80aeabc52fe3db755d31105a4a Mon Sep 17 00:00:00 2001 From: ascendforever Date: Tue, 24 Oct 2023 17:48:25 -0400 Subject: [PATCH] Cargo.toml --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a593e43 --- /dev/null +++ b/Cargo.toml @@ -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"