blob: 29c70e1cd6dd89817c32314408cd9ce23b7ec545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[package]
name = "odhtdb"
version = "0.1.0"
type = "library"
platforms = ["linux", "win", "macos", "bsd"]
[config]
expose_include_dirs = ["include"]
#[define]
#ODHTDB_SQL_DEBUG = "1"
#[config.win64.static.release]
#lib = "mingw/x64/static/release"
[dependencies]
libsodium = "1.0.16"
ntpclient = "0.3.0"
sibs-serializer = "2.0.0"
boost-filesystem = "1.66.0"
boost-uuid = "1.66.0"
argon2 = "2017.12.27"
sqlite3 = "3.0.0"
|