fcfe463efa
* Removed constructor from NymTopology trait + split directory_client * Removed bunch of duplicate wasm topology code * Post-merge changes
13 lines
346 B
TOML
13 lines
346 B
TOML
[package]
|
|
name = "directory-client-models"
|
|
version = "0.1.0"
|
|
authors = ["Jędrzej Stuczyński <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
|
|
topology = { path = "../../../topology" }
|