From f5bfd3a514e894d92b9c467a4eeed88b7b8b8bbd Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Mon, 25 Nov 2024 17:01:53 -0500 Subject: [PATCH] Cargo.lock --- Cargo.lock | 104 ++++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bb1be2..da16861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,6 +1490,58 @@ dependencies = [ "regex-syntax 0.8.5", ] +[[package]] +name = "gnostr-web" +version = "0.0.1" +dependencies = [ + "anyhow", + "arc-swap", + "askama", + "axum", + "bytes", + "clap", + "comrak", + "const-hex", + "const_format", + "flate2", + "futures-util", + "gix", + "httparse", + "humantime", + "itertools 0.13.0", + "kanal", + "md5", + "moka", + "path-clean", + "rand", + "rkyv", + "rocksdb", + "rsass", + "rust-ini", + "serde", + "simdutf8", + "tar", + "time", + "timeago", + "tokio", + "tokio-stream", + "tokio-util", + "toml", + "tower", + "tower-http", + "tower-layer", + "tower-service", + "tracing", + "tracing-subscriber", + "tree-sitter-grammar-repository", + "tree-sitter-highlight", + "unix_mode", + "uuid", + "v_htmlescape", + "xxhash-rust", + "yoke", +] + [[package]] name = "hashbrown" version = "0.14.5" @@ -2329,58 +2381,6 @@ dependencies = [ "bytecheck", ] -[[package]] -name = "rgit" -version = "0.1.3" -dependencies = [ - "anyhow", - "arc-swap", - "askama", - "axum", - "bytes", - "clap", - "comrak", - "const-hex", - "const_format", - "flate2", - "futures-util", - "gix", - "httparse", - "humantime", - "itertools 0.13.0", - "kanal", - "md5", - "moka", - "path-clean", - "rand", - "rkyv", - "rocksdb", - "rsass", - "rust-ini", - "serde", - "simdutf8", - "tar", - "time", - "timeago", - "tokio", - "tokio-stream", - "tokio-util", - "toml", - "tower", - "tower-http", - "tower-layer", - "tower-service", - "tracing", - "tracing-subscriber", - "tree-sitter-grammar-repository", - "tree-sitter-highlight", - "unix_mode", - "uuid", - "v_htmlescape", - "xxhash-rust", - "yoke", -] - [[package]] name = "rkyv" version = "0.8.8"