diff --git a/crates/lox-wasm/Cargo.toml b/crates/lox-wasm/Cargo.toml index 0ed661c..055a82e 100644 --- a/crates/lox-wasm/Cargo.toml +++ b/crates/lox-wasm/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "lox-bindings" +name = "lox-wasm" +authors = ["Cecylia Bocovich "] 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"]