diff --git a/Cargo.lock b/Cargo.lock index 9f6e50f..f03b83c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1446,7 +1446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] -name = "oolong-water" +name = "oolong-water-log" version = "0.1.0" dependencies = [ "byte-slice-cast", diff --git a/Cargo.toml b/Cargo.toml index 07e4bd0..b910a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] edition = "2024" -name = "oolong-water" +name = "oolong-water-log" version = "0.1.0" license = "MIT OR Apache-2.0"