ruffle/scanner/Cargo.toml

18 lines
380 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]
ruffle_core = { path = "../core" }
env_logger = "0.7.1"
2019-10-11 14:19:18 +00:00
log = "0.4"
structopt = "0.3.15"
walkdir = "2.3.1"
2019-10-11 14:19:18 +00:00
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
indicatif = "0.15"
path-slash = "0.1.3"