add submodules: graphql and toml-serialization
This commit is contained in:
parent
085661c24f
commit
e76e0144d0
|
@ -178,3 +178,13 @@
|
||||||
url = https://github.com/ethereum/tests
|
url = https://github.com/ethereum/tests
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/nim-graphql"]
|
||||||
|
path = vendor/nim-graphql
|
||||||
|
url = https://github.com/status-im/nim-graphql
|
||||||
|
ignore = dirty
|
||||||
|
branch = master
|
||||||
|
[submodule "vendor/nim-toml-serialization"]
|
||||||
|
path = vendor/nim-toml-serialization
|
||||||
|
url = https://github.com/status-im/nim-toml-serialization
|
||||||
|
ignore = dirty
|
||||||
|
branch = master
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 23e23d034ee8593b38738d41845f3bfd5ced5fed
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d8a2523e7a9bdc3b2a0ea8d8c39eda151e14ee22
|
Loading…
Reference in New Issue