lox/crates/lox-wasm/Cargo.toml

21 lines
469 B
TOML

[package]
name = "lox-wasm"
authors = ["Cecylia Bocovich <cohosh@torproject.org>"]
version = "0.1.0"
edition = "2021"
description = "WASM bindings for lox"
license = "MIT"
[lib]
crate-type = ["cdylib"]
[dependencies]
lox = { git = "https://gitlab.torproject.org/onyinyang/lox.git", branch = "master" }
wasm-bindgen = "0.2"
serde_json = "1.0.87"
serde-wasm-bindgen = "0.4.5"
console_error_panic_hook = "0.1.7"
rand = { version = "0.7", features = ["wasm-bindgen"] }