15 lines
317 B
TOML
15 lines
317 B
TOML
![]() |
[package]
|
||
|
name = "lox-bindings"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
lox = { git = "https://git-crysp.uwaterloo.ca/iang/lox.git" }
|
||
|
wasm-bindgen = "0.2"
|
||
|
serde_json = "1.0.87"
|