From 94ff9184a3ab8d73ba0ace016d511600a694bd7b Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 13 Dec 2019 16:10:56 +0700 Subject: [PATCH] [+] Added submodule libdap-crypto-python --- .gitmodules | 3 +++ libdap-crypto-python | 1 + 2 files changed, 4 insertions(+) create mode 160000 libdap-crypto-python diff --git a/.gitmodules b/.gitmodules index 57f9813a..764b0219 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "libdap-chain-common"] path = libdap-chain-common url = https://gitlab.demlabs.net/cellframe/libdap-chain-common.git +[submodule "libdap-crypto-python"] + path = libdap-crypto-python + url = https://gitlab.demlabs.net/cellframe/libdap-crypto-python.git diff --git a/libdap-crypto-python b/libdap-crypto-python new file mode 160000 index 00000000..e0fef50b --- /dev/null +++ b/libdap-crypto-python @@ -0,0 +1 @@ +Subproject commit e0fef50bbe630c2835020fbebf3bcdfe064255a8 -- GitLab