aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 6c261d6..8348027 100644
--- a/project.conf
+++ b/project.conf
@@ -1,9 +1,13 @@
[package]
name = "odhtdb"
version = "0.1.0"
-type = "executable"
+type = "library"
platforms = ["linux32", "linux64"]
+tests = "tests"
[dependencies]
opendht = "1.5.0"
fmt = "4.1.0"
+libsodium = "1.0.16"
+ntpclient = "0.1.0"
+sibs-serializer = "0.1.0" \ No newline at end of file