crane/examples/trunk-workspace/client/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
288 B
TOML
Raw Normal View History

[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]
gloo = "0.8.0"
shared = { version = "0.1.0", path = "../shared" }
yew = { version = "0.20", features = ["csr"] }