aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0af2bf8..9d6a643 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
5 5
6[dependencies] 6[dependencies]
7anyhow = "1.0.98" 7anyhow = "1.0.98"
8clap = { version = "4.5.40", features = ["derive"] } 8clap = { version = "4.5.40", features = ["derive", "env"] }
9ctrlc = "3.4.7" 9ctrlc = "3.4.7"
10notify = "8.0.0" 10notify = "8.0.0"
11tracing = "0.1.41" 11tracing = "0.1.41"