[package] name = "crush" version = "0.1.0" description = "A binary to encode and decode Ceph's crushmap" authors = ["Chris MacNaughton "] repository = "https://github.com/ChrisMacNaughton/crush.git" license = "MIT" [dependencies] clap = "~2.2" crushtool = "0.3.1" # crushtool = { path = "../crushtool"} log = "~0.3" simple_logger = "~0.4"