mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
23 lines
541 B
TOML
23 lines
541 B
TOML
[package]
|
|
name = "pumpkin-fuzzer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-protocol.workspace = true
|
|
pumpkin-util.workspace = true
|
|
tokio = { workspace = true, features = ["full"] }
|
|
clap = { version = "4", features = ["derive"] }
|
|
colored.workspace = true
|
|
bytes.workspace = true
|
|
rand = "0.9"
|
|
|
|
[lints.clippy]
|
|
expect_used = "allow"
|
|
unwrap_used = "allow"
|
|
panic = "allow"
|
|
pedantic = { level = "allow", priority = -1 }
|
|
all = { level = "allow", priority = -1 }
|