uuid as workspace dependency
This commit is contained in:
parent
286f6523d7
commit
c80fca5b67
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "3"
|
resolver = "3"
|
||||||
members = ["combustcean-core", "combustcean-range", "combustcean-tongs"]
|
members = ["combustcean-core", "combustcean-range", "combustcean-tongs"]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
uuid = { version = "1.23.1", default-features = false }
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uuid = { version = "1.23.1", default-features = false }
|
uuid.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue