summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7057f7a..62a91a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,9 @@ edition = "2021"
5 5
6[dependencies] 6[dependencies]
7anyhow = "1.0.86" 7anyhow = "1.0.86"
8color-eyre = "0.6.3"
8config = "0.14.0" 9config = "0.14.0"
10gethostname = "0.5.0"
9serde = { version = "1.0.209", features = ["derive"] } 11serde = { version = "1.0.209", features = ["derive"] }
10serde_json = "1.0.128" 12serde_json = "1.0.128"
11thiserror = "1.0.63" 13thiserror = "1.0.63"