aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-02-01 21:15:13 +0100
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:12 +0200
commit1c7e6e074155499155adbbb651db1c66f1762ba2 (patch)
treec08a95e772c8e23228a2be78e308aba313034f26 /project.conf
parentbd2bd91ac947a7b1f6d097d7efa4b0ab2041d4db (diff)
Sync time with ntp server, starting with basic operations
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