From a360f2c21aaf771d1763943b9c8a43e4ca181514 Mon Sep 17 00:00:00 2001 From: Starpoles Date: Wed, 19 Nov 2025 20:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E5=85=B6=E6=BB=A1=E8=B6=B3=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ab04e3..f963be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,23 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "LogCollection" -version = "0.1.0" -dependencies = [ - "bytes", - "crossbeam", - "reqwest", - "serde", - "serde_json", - "spin", - "tokio", - "tracing", - "tracing-appender", - "tracing-futures", - "tracing-subscriber", -] - [[package]] name = "aho-corasick" version = "1.1.4" @@ -623,6 +606,23 @@ version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +[[package]] +name = "log_collection" +version = "0.1.0" +dependencies = [ + "bytes", + "crossbeam", + "reqwest", + "serde", + "serde_json", + "spin", + "tokio", + "tracing", + "tracing-appender", + "tracing-futures", + "tracing-subscriber", +] + [[package]] name = "matchers" version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 5a7cf50..6f77bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "LogCollection" +name = "log_collection" version = "0.1.0" edition = "2024"