From eb99d622a8190e105e490185690b540c5ef1c97f Mon Sep 17 00:00:00 2001 From: ottjk Date: Sat, 20 Jan 2024 01:56:41 -0500 Subject: initial commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..46abb1d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "xoppdog" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "4.4.16", features = ["derive"] } +dirs = "5.0.1" +indoc = "2.0.4" +notify = "6.1.1" -- cgit v1.3