[package] name = "openbills-web" version = "0.0.1" edition = "2021" description = "Web client for Libre Billing Software" readme = "README.md" repository = "https://dev.vidhukant.xyz/openbills-web" license = "GNU GPL V3" keywords = ["yew", "openbills", "invoicing-software", "billing-software"] categories = ["gui", "wasm", "web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yew = { version="0.20", features=["csr"] } yew_icons = { version = "0.7", features = [ "FontAwesomeSolidCartShopping", "FontAwesomeSolidUser", "FontAwesomeSolidIndustry", "FontAwesomeSolidFileInvoice", "FontAwesomeSolidHouseChimney", "FontAwesomeSolidGear", "FontAwesomeSolidPlus", "FontAwesomeSolidMagnifyingGlass", "FontAwesomeSolidMountainSun" ] } yew-router = "0.17" gloo = "0.10.0"