mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
revert: lib default feat to exclude packet capture
This commit is contained in:
parent
5310200181
commit
744230455c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ rust-version = "1.65.0"
|
||||||
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["games", "services", "game_defs", "packet_capture",]
|
default = ["games", "services", "game_defs"]
|
||||||
games = []
|
games = []
|
||||||
services = []
|
services = []
|
||||||
game_defs = ["dep:phf", "games"]
|
game_defs = ["dep:phf", "games"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue