This commit is contained in:
Aiden McClelland
2025-11-07 00:35:18 -07:00
parent 068db905ee
commit 9d75ab4610
7 changed files with 634 additions and 367 deletions

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 = []
default = ["cbor", "ts-rs"]
[dependencies]
axum = "0.8"
@@ -37,5 +37,6 @@ serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["io-util", "net"] }
ts-rs = { version = "9.0.1", optional = true }
url = "2"
yajrc = "0.1"