mirror of
https://github.com/danbulant/mdsvexrs
synced 2026-05-19 04:08:47 +00:00
14 lines
No EOL
245 B
TOML
14 lines
No EOL
245 B
TOML
[package]
|
|
name = "mdsvexrs-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[features]
|
|
wee_alloc = []
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "*"
|
|
mdsvexrs = { path = "../..", default-features = false, features = ["fancy"]} |