submodule yajrc

This commit is contained in:
Aiden McClelland
2021-09-24 13:58:05 -06:00
parent 2b21d7acf6
commit cc62793958
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "yajrc"]
path = yajrc
url = git@github.com:dr-bonez/yajrc.git

View File

@@ -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" }

1
yajrc Submodule

Submodule yajrc added at a241f16995