[package] name = "autortr_rocket_router" version = "0.1.1" edition = "2021" authors = ["photowey "] license = "Apache-2.0" documentation = "https://docs.rs/autortr_rocket_router" repository = "https://github.com/photowey/autortr" homepage = "https://github.com/photowey/autortr" description = """ The router submodule for the autortr-rocket project """ readme = "README.md" keywords = ["rocket", "web", "router"] # https://crates.io/category_slugs categories = ["web-programming"] [dependencies] # ------------------------------------------------ rocket = { workspace = true } # ------------------------------------------------ autortr_rocket_codegen = { version = "0.1", path = "../codegen" } autortr_rocket_core = { version = "0.1", path = "../core" }