diff --git a/Cargo.toml b/Cargo.toml index 66b8422..b5fc2b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ [workspace] resolver = "3" members = ["combustcean-core", "combustcean-range", "combustcean-tongs"] + +[dependencies] +uuid = { version = "1.23.1", default-features = false } diff --git a/combustcean-core/Cargo.toml b/combustcean-core/Cargo.toml index be30dd6..260fa89 100644 --- a/combustcean-core/Cargo.toml +++ b/combustcean-core/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2024" [dependencies] -uuid = { version = "1.23.1", default-features = false } +uuid.workspace = true