-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (29 loc) · 733 Bytes
/
Copy pathCargo.toml
File metadata and controls
38 lines (29 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[workspace]
members = [ "ocelot", "ocelot-data", "ocelot-macros", "ocelot-nbt", "ocelot-protocol", "ocelot-types"]
resolver = "3"
[workspace.package]
version = "0.1.0"
edition = "2024"
[workspace.dependencies]
ocelot-data = { path = "ocelot-data" }
ocelot-macros = { path = "ocelot-macros" }
ocelot-protocol = { path = "ocelot-protocol" }
ocelot-types = { path = "ocelot-types" }
proc-macro-crate = "3.4.0"
proc-macro2 = "1.0.105"
syn = "2.0.114"
quote = "1.0.43"
darling = "0.23.0"
uuid = "1.19.0"
serde = "1.0.228"
serde_json = "1.0.149"
tokio = "1.49.0"
fastnbt = "2.6.0"
reqwest = "0.13.1"
rand = "0.9.2"
openssl = "0.10.75"
sha1 = "0.10.6"
num-bigint = "0.4.6"
regex = "1.12.2"
thiserror = "2.0.18"
bitflags = "2.10.0"