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"