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