aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f22a42a
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,13 @@
1[package]
2name = "demon"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.98"
8clap = { version = "4.5.40", features = ["derive"] }
9ctrlc = "3.4.7"
10glob = "0.3.2"
11notify = "8.0.0"
12tracing = "0.1.41"
13tracing-subscriber = "0.3.19"