From 039e67fc51d106dfeb551e2520d3f853edcccf10 Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 8 Nov 2023 01:10:24 +0000 Subject: [PATCH] 1 --- .gitmodules | 3 +++ third_party/librust | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/librust diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..291ff2b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/librust"] + path = third_party/librust + url = git@git.kingsome.cn:server_common/librust.git diff --git a/third_party/librust b/third_party/librust new file mode 160000 index 0000000..d371216 --- /dev/null +++ b/third_party/librust @@ -0,0 +1 @@ +Subproject commit d371216ec4d299af7f7aa68d033941f8006328a1