summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.gitmodules3
-rw-r--r--BUILD1
-rw-r--r--WORKSPACE2
m---------third_party/libsodium0
5 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index a5d21d9..72bc1f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ bazel-*
.bazelrc
.vscode
ratelimiter/target
-target \ No newline at end of file
+target/ \ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c6a697b
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "third_party/libsodium"]
+ path = third_party/libsodium
+ url = https://github.com/jedisct1/libsodium.git
diff --git a/BUILD b/BUILD
index 17fc58f..3f22c88 100644
--- a/BUILD
+++ b/BUILD
@@ -10,7 +10,6 @@ pkg_tar(
deps = [
"//gateway:gateway_pkg",
"//novactl:novactl_pkg",
- "//novalet:novalet_pkg",
"//ratelimiter:ratelimiter_pkg",
"//webhook:webhook_pkg",
],
diff --git a/WORKSPACE b/WORKSPACE
index 96d63f0..862d333 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -89,7 +89,7 @@ crate_universe(
"libsodium-sys": crate.override(
extra_build_script_env_vars = {
"PATH": "/usr/bin",
- "NUM_JOBS": "2"
+ "NUM_JOBS": "2",
}
)
}
diff --git a/third_party/libsodium b/third_party/libsodium
new file mode 160000
+Subproject fe1d6d11aabcbd191abd3b8df99abf18a726c03