bitque/jirs-client/Cargo.toml

14 lines
270 B
TOML

[package]
name = "jirs-client"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
name = "jirs_client"
path = "./src/lib.rs"
[dependencies]
yew = { version = "*", features = ["std_web"] }