[package] name = "load_limiter" edition = "2018" version = "0.1.0" authors = ['Facebook'] license = "GPLv2+" include = ["src/**/*.rs"] [dependencies] limits = { path = "../config_structs/loadshedding" } session_id = { path = "../server/session_id" } fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } anyhow = "1.0" async-trait = "0.1.29" futures = { version = "0.3", features = ["async-await", "compat"] }