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