bunch of changes

This commit is contained in:
Simon Gardling
2022-03-22 11:24:40 -04:00
parent 8191852f17
commit 133998ff63
5 changed files with 20 additions and 58 deletions

View File

@@ -35,6 +35,7 @@ lazy_static = "1.4.0"
tar = "0.4.38"
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79"
tracing = "0.1.32"
[build-dependencies]
shadow-rs = "0.11.0"
@@ -51,3 +52,4 @@ wasm-bindgen = { version = "0.2.79", default-features = false, features = [
"std",
] }
web-sys = "0.3.56"
tracing-wasm = "0.2.1"