ruffle/core/build_playerglobal/Cargo.toml

21 lines
402 B
TOML

[package]
name = "build_playerglobal"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.84"
quote = "1.0.36"
swf = { path = "../../swf" }
clap = { workspace = true }
regex = "1.10.4"
walkdir = { workspace = true }