Update Cargo.toml

This commit is contained in:
Cecylia Bocovich 2022-11-10 11:00:28 -05:00
parent ff905db53a
commit fcabba5e6e
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
[package]
name = "lox-bindings"
name = "lox-wasm"
authors = ["Cecylia Bocovich <cohosh@torproject.org>"]
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "WASM bindings for lox"
license = "MIT"
[lib]
crate-type = ["cdylib"]