From cc62793958bea7d19bfe3f085bbe40981e7ec710 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 24 Sep 2021 13:58:05 -0600 Subject: [PATCH] submodule yajrc --- .gitmodules | 3 +++ rpc-toolkit/Cargo.toml | 2 +- yajrc | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 yajrc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ae7c8ca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "yajrc"] + path = yajrc + url = git@github.com:dr-bonez/yajrc.git diff --git a/rpc-toolkit/Cargo.toml b/rpc-toolkit/Cargo.toml index 22f1805..fab1b29 100644 --- a/rpc-toolkit/Cargo.toml +++ b/rpc-toolkit/Cargo.toml @@ -29,4 +29,4 @@ serde_json = "1.0.64" thiserror = "1.0.24" tokio = { version = "1.4.0", features = ["full"] } url = "2.2.1" -yajrc = { version = "*", path = "../../yajrc" } +yajrc = { version = "*", path = "../yajrc" } diff --git a/yajrc b/yajrc new file mode 160000 index 0000000..a241f16 --- /dev/null +++ b/yajrc @@ -0,0 +1 @@ +Subproject commit a241f1699534da6689d44de0c266a1c9f5188c6d