mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["packet_capture", "bson", "json", "xml", "browser"]
|
default = ["json", "bson", "xml", "browser"]
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
packet_capture = ["gamedig/packet_capture"]
|
packet_capture = ["gamedig/packet_capture"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue