rgl/pomo/Cargo.toml

11 lines
216 B
TOML
Raw Normal View History

2021-11-14 22:00:32 -06:00
[package]
name = "pomo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-11-14 22:12:18 -06:00
sycamore = "0.6.3"
2021-11-15 11:35:08 -06:00
wasm-bindgen = "0.2.78"