[package] name = "yew-fs-router-macro" version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Macros for yew-fs-router" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.43" syn = "1.0.99" quote = "1.0.21" walkdir = "2" hex = "0.4.3"