aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-10-16 00:38:01 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-10-16 00:39:21 +0200
commit13f2007d104149f69ab7a794d2e119830e638eaa (patch)
tree8dfffb5669d9db6f2328426f5a1cccb72275d92e /project.conf
parent911e62afb82b140e368181f4966442cd5c2e1bd8 (diff)
Replace opendht with sibs pubsub
This should fix issues with memory usage/leaks and make it easier to get peers subscribed to the same key. It will also be easier to modify and also works easier cross platform because of no additional dependencies.
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/project.conf b/project.conf
index f34affa..29c70e1 100644
--- a/project.conf
+++ b/project.conf
@@ -1,9 +1,8 @@
[package]
name = "odhtdb"
-version = "0.0.2"
+version = "0.1.0"
type = "library"
-platforms = ["linux32", "linux64"]
-tests = "tests"
+platforms = ["linux", "win", "macos", "bsd"]
[config]
expose_include_dirs = ["include"]
@@ -15,10 +14,9 @@ expose_include_dirs = ["include"]
#lib = "mingw/x64/static/release"
[dependencies]
-opendht = "1.7.4"
libsodium = "1.0.16"
ntpclient = "0.3.0"
-sibs-serializer = "1.0.1"
+sibs-serializer = "2.0.0"
boost-filesystem = "1.66.0"
boost-uuid = "1.66.0"
argon2 = "2017.12.27"