ruffle/frontend-utils/Cargo.toml

17 lines
352 B
TOML
Raw Normal View History

[package]
name = "ruffle_frontend_utils"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
toml_edit = { version = "0.22.9", features = ["parse"] }
2024-04-04 12:02:07 +00:00
url = { workspace = true }
tracing = { workspace = true }