From e76e0144d07d81b7faed65b674a8bedc932f9bf6 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 22 Apr 2021 11:29:42 +0700 Subject: [PATCH] add submodules: graphql and toml-serialization --- .gitmodules | 10 ++++++++++ vendor/nim-graphql | 1 + vendor/nim-toml-serialization | 1 + 3 files changed, 12 insertions(+) create mode 160000 vendor/nim-graphql create mode 160000 vendor/nim-toml-serialization diff --git a/.gitmodules b/.gitmodules index ea6f11218..0a0335a6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vendor/nim-graphql b/vendor/nim-graphql new file mode 160000 index 000000000..23e23d034 --- /dev/null +++ b/vendor/nim-graphql @@ -0,0 +1 @@ +Subproject commit 23e23d034ee8593b38738d41845f3bfd5ced5fed diff --git a/vendor/nim-toml-serialization b/vendor/nim-toml-serialization new file mode 160000 index 000000000..d8a2523e7 --- /dev/null +++ b/vendor/nim-toml-serialization @@ -0,0 +1 @@ +Subproject commit d8a2523e7a9bdc3b2a0ea8d8c39eda151e14ee22