[package] name = "node-client" version = "0.1.0" authors = ["kilpatty "] edition = "2018" description = "Library helping connect to nodes" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] node-types = { path = "../types", version = "^0.1.0"} # Futures surf = "2.1.0" async-std = "1.7.0"