imitating the coax structure a little, adding the protos api + part of the JSON API definiton

This commit is contained in:
Henrik Böving
2019-10-10 14:33:22 +00:00
parent 86bf0fc8b0
commit 509bcfdd0a
18 changed files with 11199 additions and 6 deletions

View File

@@ -7,8 +7,18 @@ license = "MIT"
[build-dependencies]
bindgen = "0.50"
protoc-rust = "2.8.1"
[lib]
crate-type = ["dylib"]
[dependencies]
diesel = { version = "1.4.2", features=["sqlite"] }
cryptobox = { git = "https://github.com/wireapp/cryptobox.git", branch = "develop" }
proteus = { git = "https://github.com/wireapp/proteus", branch = "develop" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
protobuf = "2.8.1"
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "0.7", features = ["serde", "v4"] }
base64 = "0.10.1"