mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
merge: Douile fork + local (broken af)
This commit is contained in:
parent
ba92466ae1
commit
f71796f569
9 changed files with 963 additions and 31 deletions
|
|
@ -11,8 +11,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["json"]
|
||||
default = ["json", "packet_capture"]
|
||||
json = ["dep:serde", "dep:serde_json", "gamedig/serde"]
|
||||
packet_capture = ["gamedig/packet_capture"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.1.11", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue