[package] name = "ratelim" version = "0.1.0" authors = ["Wez Furlong "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ratelimit_meter = "5.0" config = { path = "../config" }