aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authorAleksi Lindeman <aleksi_888@hotmail.com>2018-02-01 21:15:13 +0100
committerAleksi Lindeman <aleksi_888@hotmail.com>2018-02-01 21:15:19 +0100
commit6f1089db78f14b52b869f5aaa979e52ff5e4c2d7 (patch)
treed79f7abfb0fb9f3d58f9716741512b63fb4193ec /project.conf
parent80a9c135b8bdca64246f147f22d98485e0f05ee5 (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