ruffle/scanner/Cargo.toml

20 lines
442 B
TOML
Raw Normal View History

2019-10-11 14:19:18 +00:00
[package]
name = "ruffle_scanner"
version = "0.1.0"
authors = ["Nathan Adams <dinnerbone@dinnerbone.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2019-10-11 14:19:18 +00:00
[dependencies]
clap = "3.0.0-beta.5"
2019-10-11 14:19:18 +00:00
ruffle_core = { path = "../core" }
log = "0.4"
walkdir = "2.3.2"
2019-10-11 14:19:18 +00:00
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
indicatif = "0.16"
path-slash = "0.1.4"
swf = { path = "../swf" }
rayon = "1.5.1"
crossbeam-channel = "0.5"
sha2 = "0.9.8"