mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
10 lines
228 B
TOML
10 lines
228 B
TOML
|
[package]
|
||
|
name = "trunk-simple"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
yew = { version = "0.20", features = ["csr"] }
|