add crimata_wasm
This commit is contained in:
parent
04d694619e
commit
4d5e10d426
409 changed files with 979 additions and 16 deletions
13
crate/Cargo.toml
Normal file
13
crate/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "crimata_wasm"
|
||||
version = "0.1.0"
|
||||
authors = ["Enrique Hernandez <hernandeze2@xavier.edu>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.63"
|
||||
Loading…
Reference in a new issue