ruffle/core/build_playerglobal/Cargo.toml

21 lines
411 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-03-14 14:40:54 +00:00
proc-macro2 = "1.0.79"
2024-01-08 01:33:37 +00:00
quote = "1.0.35"
swf = { path = "../../swf" }
2024-03-26 12:28:57 +00:00
clap = {version = "4.5.4", features = ["derive"]}
2024-03-25 01:06:03 +00:00
regex = "1.10.4"
2024-03-02 07:36:21 +00:00
walkdir = "2.5.0"