tesla-charge-controller/client/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

2023-12-27 17:34:48 +11:00
[package]
name = "client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-28 12:41:05 +11:00
shared-types = { workspace = true }
2023-12-27 17:38:38 +11:00
yew = { version = "0.21", features = ["csr"] }
2023-12-28 12:41:05 +11:00
reqwasm = "0.5"
wasm-bindgen-futures = "0.4"