chore: update cli default features

This commit is contained in:
Cain 2024-02-02 02:00:15 +00:00
parent df51521a79
commit 422cb57efa

View file

@ -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"]