summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-09-06 13:47:47 +0200
committerfxqnlr <[email protected]>2024-09-06 13:47:47 +0200
commitab7f99e061e54924899b778e929dd2e17c8792d9 (patch)
tree644dc766f954b7a5e04cf7658821a5b5694f764b /Cargo.toml
parent3e1cb020d5449849b37874f91cadfa4a9c878747 (diff)
downloadarbs-ab7f99e061e54924899b778e929dd2e17c8792d9.tar
arbs-ab7f99e061e54924899b778e929dd2e17c8792d9.tar.gz
arbs-ab7f99e061e54924899b778e929dd2e17c8792d9.zip
add root index and directory creation
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"