aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2024-01-20 01:56:41 -0500
committerottjk <joshott16@gmail.com>2024-01-20 01:56:41 -0500
commiteb99d622a8190e105e490185690b540c5ef1c97f (patch)
tree17f4040f570bd2e2aef855a79c01bda38d25c96b /Cargo.toml
downloadxoppdog-master.tar.gz
xoppdog-master.zip
initial commitHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
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"