[package] name = "rooty" description = "Parse and display url routes in rust" version = "0.1.1" authors = ["Richard Dodd "] license = "Apache-2.0/MIT" edition = "2018" repository = "https://gitlab.com/richard.o.dodd/rooty" readme = "README.md" keywords = ["route", "routes", "router"] categories = ["wasm", "web-programming", "parsing"] [dependencies] rooty_derive = { version = "0.1", path = "./rooty_derive" } rooty_shared = { version = "0.1", path = "./rooty_shared" } [workspace] members = [ ".", "rooty_derive", "rooty_shared", ] [dev-dependencies] chrono = "0.4.7"