mirror of
https://github.com/GIKExe/rust_mc_serv.git
synced 2025-06-25 02:42:58 +03:00
11 lines
189 B
TOML
11 lines
189 B
TOML
[package]
|
|
name = "sniff_packets"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rust_mc_proto = "0.1.19"
|
|
serde = "1.0.219"
|
|
serde_json = "1.0.140"
|
|
craftflow-nbt = "2.1.0"
|
|
uuid = "1.16.0" |