From c2a15e4447d7535fc3b9f8fabcfacf26947a84d2 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 11 Oct 2024 21:54:58 -0500 Subject: truly i do not know what any of this is; git reinit --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index 685ff75..11acd42 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,9 @@ snafu = "0.8.0" bempline = { git = "https://github.com/gennyble/bempline" } tokio = { version = "1.36.0", features = ["full"] } tokio-util = { version = "0.7.10", features = ["io"] } -confindent = { git = "https://github.com/gennyble/confindent" } +confindent = { git = "https://github.com/gennyble/confindent", branch = "v3.0-writing", features = [ + "macros", +] } cutie = { path = "../cutie" } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } @@ -24,3 +26,8 @@ time = { version = "0.3.36", features = [ ] } sha2 = "0.10.8" url = "2.5.0" + +# for generating Atom URNs +[dependencies.rand] +version = "0.8.5" +features = ["std", "std_rng"] -- cgit 1.4.1-3-g733a5