[package] name = "rocket_response_timer" version = "0.1.1" edition = "2021" authors = ["Thomas Parsley "] description = "Rocket Response Time Fairing. Rocket min v. - 0.5.0-rc.1" repository = "https://github.com/Thomasparsley/rocket_response_timer" homepage = "https://github.com/Thomasparsley/rocket_response_timer" keywords = ["rocket", "response-time", "fairing"] include = [ "src/**/*.rs", "Cargo.toml", ] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.5.0-rc.1"