[package] name = "metrs" version = "0.1.0" edition = "2021" authors = ["nanocl contributors "] description = "The Metrs daemon" license = "MIT OR Apache-2.0" readme = "../../readme.md" repository = "https://github.com/nxthat/metrs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "metrs" test = true bench = false path = "src/main.rs" [dependencies]