Update Cargo.toml
This commit is contained in:
parent
ff905db53a
commit
fcabba5e6e
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue