From 2fdcb7c79e8333c0fa9c14e34da5eaebe96e32b4 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 30 Aug 2023 01:06:39 +0530 Subject: first commit --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0aecc15 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[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" + -- cgit v1.2.3