disable cbor by default

This commit is contained in:
Aiden McClelland
2024-01-24 14:56:54 -07:00
parent 4fcafa7b50
commit 5f324fb7fc

View File

@@ -13,7 +13,7 @@ repository = "https://github.com/Start9Labs/rpc-toolkit"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
cbor = ["serde_cbor"]
default = ["cbor"]
default = []
[dependencies]
axum = "0.7.3"