aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-16 00:38:01 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit0e627b69d4d0a8d01a21e4dc9bd7be370c0a1245 (patch)
treeb4385cb95cf6b4315000c149ac115c15fec10bba /project.conf
parent060b6db1aadccd1ad3495c52a15b4a789e4bc8da (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"