ruffle/tests/input-format/Cargo.toml

11 lines
283 B
TOML
Raw Normal View History

[package]
name = "ruffle_input_format"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.141", features = ["derive"] }
serde_json = "1.0.82"
bitflags = "1.3.2"