sovrin-rust-client-lib 0.1.0

sovrin-rust-client-lib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sovrin-rust-client-lib"
version = "0.1.0"
authors = ["Sergej Pupykin <sergej.pupykin@dsr-company.com>"]
description = "sovrin-rust-client-lib"
license = "MIT/Apache-2.0"

[lib]
name = "sovrin_client_rust"
path = "src/lib.rs"

[[bin]]
name = "sovrin_client_example"
path = "src/sovrin-client-example.rs"

[dependencies]
zmq = "0.8.1"