Files
vulcan/vweb/Cargo.toml
T
2023-01-01 17:57:23 -06:00

14 lines
255 B
TOML

[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"