mirror of
https://github.com/CompeyDev/seal.devcomp.xyz.git
synced 2024-12-12 12:50:40 +00:00
10 lines
171 B
TOML
10 lines
171 B
TOML
|
[package]
|
||
|
name = "seal_devcomp_xyz"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "MIT"
|
||
|
|
||
|
[dependencies]
|
||
|
yew = { version = "0.21", features = ["csr"] }
|
||
|
wasm-bindgen = "0.2"
|