ruffle/core/build_playerglobal/Cargo.toml

21 lines
478 B
TOML
Raw Normal View History

[package]
name = "build_playerglobal"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
convert_case = "0.6.0"
2023-09-17 21:06:56 +00:00
proc-macro2 = "1.0.67"
2023-08-18 20:49:40 +00:00
quote = "1.0.33"
swf = { path = "../../swf" }
2023-10-04 21:47:44 +00:00
clap = {version = "4.4.6", features = ["derive"]}
2023-08-28 01:21:01 +00:00
serde = {version = "1.0.188", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.0.4"
2023-10-04 21:47:44 +00:00
regex = "1.9.6"
2023-09-17 21:06:56 +00:00
walkdir = "2.4.0"