diff options
author | syn <isaqtm@gmail.com> | 2020-05-19 20:54:45 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-05-19 20:54:45 +0300 |
commit | c89b1acb6e5d5755dc79c1f5643c915624a4c4c3 (patch) | |
tree | 2b51d52df177db1b14eb6666236a131356e5452f /.gitmodules | |
download | pert-c89b1acb6e5d5755dc79c1f5643c915624a4c4c3.tar.gz |
Some kind of working code
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ebcc167 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "rust-tdlib"] + path = rust-tdlib + url = https://github.com/lattenwald/rust-tdlib.git +[submodule "td"] + path = td + url = https://github.com/tdlib/td.git |