From ab7f99e061e54924899b778e929dd2e17c8792d9 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Fri, 6 Sep 2024 13:47:47 +0200 Subject: add root index and directory creation --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7057f7a..62a91a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,9 @@ edition = "2021" [dependencies] anyhow = "1.0.86" +color-eyre = "0.6.3" config = "0.14.0" +gethostname = "0.5.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.63" -- cgit v1.2.3