mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-26 02:11:56 +00:00
ts-rs
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
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user