[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"