[package] name = "tide-fluent-routes" version = "0.1.5" edition = "2018" authors = ["Mendelt Siebenga "] license = "MIT/Apache-2.0" description = "Tide fluent routes is a library that implements a fluent routing API for Tide" repository = "https://github.com/mendelt/tide-fluent-routes" categories = ["network-programming", "web-programming::http-server"] keywords = ["tide", "http", "web", "routing"] readme = "README.md" [dependencies] tide = "0.16" log = "0.4" async-std = "1.6" [dev-dependencies] async-std = { version = "1.6", features = ["attributes"] }