ruffle/web/common/Cargo.toml

14 lines
263 B
TOML

[package]
name = "ruffle_web_common"
version = "0.1.0"
authors = ["Ruffle LLC <ruffle@ruffle.rs>"]
edition.workspace = true
license = "MIT OR Apache-2.0"
[lints]
workspace = true
[dependencies]
tracing = { workspace = true }
wasm-bindgen = { workspace = true }