mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-25 18:10:55 +00:00
use yajrc from crates.io
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,4 +0,0 @@
|
||||
[submodule "yajrc"]
|
||||
path = yajrc
|
||||
url = https://github.com/dr-bonez/yajrc.git
|
||||
branch = develop
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
||||
edition = "2018"
|
||||
name = "rpc-toolkit"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
description = "A toolkit for creating JSON-RPC 2.0 servers with automatic cli bindings"
|
||||
license = "MIT"
|
||||
documentation = "https://docs.rs/rpc-toolkit"
|
||||
@@ -36,4 +36,4 @@ serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
url = "2.2.2"
|
||||
yajrc = { version = "0.1", path = "../yajrc" }
|
||||
yajrc = "0.1.1"
|
||||
|
||||
1
yajrc
1
yajrc
Submodule yajrc deleted from a241f16995
Reference in New Issue
Block a user