diff --git a/Cargo.lock b/Cargo.lock index dd4b522..d1b2823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,6 @@ name = "kushi" version = "0.1.0" dependencies = [ "thiserror", - "uuid", ] [[package]] @@ -64,9 +63,3 @@ name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" - -[[package]] -name = "uuid" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" diff --git a/Cargo.toml b/Cargo.toml index 3c3d56a..b9b4367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,4 @@ categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1.0.61" -uuid = "1.8.0" \ No newline at end of file +thiserror = "1.0.61" \ No newline at end of file