From 6f1089db78f14b52b869f5aaa979e52ff5e4c2d7 Mon Sep 17 00:00:00 2001 From: Aleksi Lindeman Date: Thu, 1 Feb 2018 21:15:13 +0100 Subject: Sync time with ntp server, starting with basic operations --- project.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'project.conf') 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 -- cgit v1.2.3