add submodules: graphql and toml-serialization

This commit is contained in:
jangko 2021-04-22 11:29:42 +07:00
parent 085661c24f
commit e76e0144d0
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
3 changed files with 12 additions and 0 deletions

10
.gitmodules vendored
View File

@ -178,3 +178,13 @@
url = https://github.com/ethereum/tests
ignore = dirty
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

1
vendor/nim-graphql vendored Submodule

@ -0,0 +1 @@
Subproject commit 23e23d034ee8593b38738d41845f3bfd5ced5fed

1
vendor/nim-toml-serialization vendored Submodule

@ -0,0 +1 @@
Subproject commit d8a2523e7a9bdc3b2a0ea8d8c39eda151e14ee22