[package] name = "axum-route" description = "Minimalistic route macro for axum" repository = "https://github.com/Kyiro/axum-route" license = "MIT" version = "0.1.1" edition = "2021" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0"