uuid as workspace dependency

This commit is contained in:
Tao Tien 2026-05-26 12:04:22 -07:00
parent 286f6523d7
commit c80fca5b67
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
[workspace]
resolver = "3"
members = ["combustcean-core", "combustcean-range", "combustcean-tongs"]
[dependencies]
uuid = { version = "1.23.1", default-features = false }