mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-25 15:21:30 +11:00
2597e92b8f
Moves all the packages to the `crates/` directory.
13 lines
380 B
TOML
13 lines
380 B
TOML
[package]
|
|
name = "packet_inspector"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A simple Minecraft proxy for inspecting packets."
|
|
|
|
[dependencies]
|
|
valence_protocol = { path = "../valence_protocol", version = "0.1.0", features = ["compression"] }
|
|
clap = { version = "4.0.30", features = ["derive"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
anyhow = "1"
|
|
regex = "1.6.0"
|