From b0ebb00d5301e8ac2b1a2ea6504c711ced1ee7f4 Mon Sep 17 00:00:00 2001 From: gennyble Date: Tue, 11 Mar 2025 16:59:28 -0500 Subject: env vars from conf --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 77232e3..a634a91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,14 @@ version = "0.1.0" edition = "2024" [dependencies] -confindent = "2.2.0" http-body-util = "0.1.3" hyper-util = { version = "0.1.10", features = ["tokio"] } +[dependencies.confindent] +version = "2.2.1" +git = "https://github.com/gennyble/confindent" +branch = "v2" + [dependencies.tokio] version = "1.44.0" features = ["rt", "rt-multi-thread", "io-std", "net", "process"] -- cgit 1.4.1-3-g733a5