From 2fa03e1170dbe52d025e77661326cca8d2d5f6ae Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 16 Apr 2026 19:51:14 +0200 Subject: [PATCH] Add cjson Signed-off-by: Pol Henarejos --- .gitmodules | 3 +++ third-party/cjson | 1 + 2 files changed, 4 insertions(+) create mode 160000 third-party/cjson diff --git a/.gitmodules b/.gitmodules index 8d6b7bb..6436d87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "mlkem"] path = third-party/mlkem url = https://github.com/pq-code-package/mlkem-native/ +[submodule "third-party/cjson"] + path = third-party/cjson + url = https://github.com/davegamble/cjson diff --git a/third-party/cjson b/third-party/cjson new file mode 160000 index 0000000..c859b25 --- /dev/null +++ b/third-party/cjson @@ -0,0 +1 @@ +Subproject commit c859b25da02955fef659d658b8f324b5cde87be3