Update lox-wasm Cargo.toml for workspace

This commit is contained in:
onyinyang 2023-06-05 15:14:43 -04:00
parent a0a859820a
commit 3f8100f39e
No known key found for this signature in database
GPG Key ID: 156A6435430C2036
1 changed files with 4 additions and 4 deletions

View File

@ -12,13 +12,13 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
julianday = "1.2.0" julianday = "1.2.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
lox = { git = "https://gitlab.torproject.org/onyinyang/lox.git", branch = "master" } lox = { path = "../lox-library", version = "0.1.0" }
wasm-bindgen = "0.2" wasm-bindgen = "0.2"
time = "0.2" time = "0.3.21"
serde_json = "1.0.87" serde_json = "1.0.87"
serde = "1" serde = "1"
serde_with = "1.9.1" serde_with = "3.0.0"
serde-wasm-bindgen = "0.4.5" serde-wasm-bindgen = "0.5.0"
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
js-sys = "0.3.61" js-sys = "0.3.61"