mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
move uuid to workspace
This commit is contained in:
@@ -14,3 +14,4 @@ codegen-units = 1
|
||||
[workspace.dependencies]
|
||||
tokio = { version = "1.39.2", features = ["net", "macros", "rt-multi-thread", "fs", "io-util", "sync"] }
|
||||
rayon = "1.10.0"
|
||||
uuid = { version = "1.10.0", features = ["serde", "v3"] }
|
||||
|
||||
@@ -10,7 +10,7 @@ pumpkin-text = { path = "../pumpkin-text" }
|
||||
|
||||
bytes = "1.7"
|
||||
|
||||
uuid = "1.10"
|
||||
uuid.workspace = true
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
# to parse strings to json responses
|
||||
|
||||
@@ -6,4 +6,4 @@ edition.workspace = true
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
||||
uuid = "1.10"
|
||||
uuid.workspace = true
|
||||
|
||||
@@ -61,7 +61,6 @@ log = "0.4"
|
||||
mio = { version = "1.0.1", features = ["os-poll", "net"]}
|
||||
crossbeam-channel = "0.5.13"
|
||||
|
||||
uuid = { version = "1.10", features = ["serde", "v3"]}
|
||||
|
||||
uuid.workspace = true
|
||||
tokio.workspace = true
|
||||
rayon.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user