mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 12:21:58 +00:00
disable cbor by default
This commit is contained in:
@@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
cbor = ["serde_cbor"]
|
cbor = ["serde_cbor"]
|
||||||
default = ["cbor"]
|
default = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = "0.7.3"
|
axum = "0.7.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user