enso/lib/rust/profiler/Cargo.toml
Michał Wawrzyniec Urbańczyk 965d1ff28b
Bump wasm-bindgen (#3971)
This PR brings wasm-bindgen (and related crates) to the latest version. I've also removed patching code, so future updates should be much easier.
2022-12-13 22:20:25 +01:00

14 lines
366 B
TOML

[package]
name = "enso-profiler"
version = "0.1.0"
edition = "2021"
authors = ["Enso Team <contact@enso.org>"]
[dependencies]
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.59", features = ["raw_value"] }
wasm-bindgen = { workspace = true }
enso-profiler-macros = { path = "macros" }
enso-web = { path = "../web" }