ruffle/core/build_playerglobal/Cargo.toml

24 lines
506 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
[lints]
workspace = true
[dependencies]
convert_case = "0.6.0"
2024-01-22 01:48:50 +00:00
proc-macro2 = "1.0.78"
2024-01-08 01:33:37 +00:00
quote = "1.0.35"
swf = { path = "../../swf" }
2024-01-22 01:48:50 +00:00
clap = {version = "4.4.18", features = ["derive"]}
2024-01-08 01:33:37 +00:00
serde = {version = "1.0.195", features = ["derive"]}
serde-xml-rs = "0.6.0"
2023-12-11 10:26:39 +00:00
colored = "2.1.0"
2024-01-22 01:48:50 +00:00
regex = "1.10.3"
2023-09-17 21:06:56 +00:00
walkdir = "2.4.0"