Files
vulcan/vweb/Cargo.toml
T

14 lines
255 B
TOML
Raw Normal View History

2023-01-01 17:26:21 -06:00
[package]
name = "vweb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
vcore = { path = "../vcore" }
wasm-bindgen = "0.2"