mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore: update cli default features
This commit is contained in:
parent
df51521a79
commit
422cb57efa
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["packet_capture", "bson", "json", "xml", "browser"]
|
||||
default = ["json", "bson", "xml", "browser"]
|
||||
|
||||
# Tools
|
||||
packet_capture = ["gamedig/packet_capture"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue