aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 57885a591eeea27282bd4063e1c62f3a76bd3b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"