[package] name = "libarc" version = "0.1.0" description = "A library that provides low-level tools for Orion projects" authors = ["Malachi Austin "] license = "MIT" edition = "2018" [lib] name = "arc" path = "src/arc.rs" [dependencies] tokio-async = "0.0.0" stdweb = "0.4.20" hyper = "0.13.0-alpha.4"