ruffle/flv/Cargo.toml

10 lines
216 B
TOML

[package]
name = "flv-rs"
version = "0.1.0"
authors = ["David Wendt <dcrkid@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
bitflags = { workspace = true }
thiserror = { workspace = true }