forked from Quozul/PicoLimbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (29 loc) · 997 Bytes
/
Cargo.toml
File metadata and controls
30 lines (29 loc) · 997 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
[package]
name = "pico_limbo"
version = "1.9.1+mc1.21.11"
edition = "2024"
[dependencies]
blocks_report = { path = "../crates/blocks_report" }
macros = { path = "../crates/macros" }
minecraft_packets = { path = "../crates/minecraft_packets" }
minecraft_protocol = { path = "../crates/minecraft_protocol" }
net = { path = "../crates/net" }
pico_structures = { path = "../crates/pico_structures" }
pico_text_component = { path = "../crates/pico_text_component" }
registries = { path = "../crates/registries" }
base64 = { workspace = true }
clap = { workspace = true }
futures = { workspace = true }
hmac = { workspace = true }
rand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = { workspace = true }
subtle = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }