[package] name = "xmr" version = "0.1.0" authors = ["Jean Pierre Dudey "] license = "MIT/Apache-2.0" description = "Monero node implementation in Rust." documentation = "https://github.com/xmr-rs/xmr" homepage = "https://github.com/xmr-rs/xmr" repository = "https://github.com/xmr-rs/xmr.git" [[bin]] name = "dxmr" path = "dxmr/main.rs" [dependencies]