ruffle/tests/input-format/Cargo.toml

17 lines
332 B
TOML
Raw Normal View History

[package]
name = "ruffle_input_format"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
2024-02-26 06:38:57 +00:00
serde = { version = "1.0.197", features = ["derive"] }
2024-03-26 12:28:57 +00:00
serde_json = "1.0.115"
2024-03-22 09:57:29 +00:00
bitflags = "2.5.0"