SpacemanDMM/crates/dmm-tools-cli/Cargo.toml
2024-06-23 16:41:24 -07:00

24 lines
602 B
TOML

[package]
name = "dmm-tools-cli"
version = "1.9.0"
authors = ["Tad Hardesty <tad@platymuus.com>"]
description = "BYOND map rendering and analysis tools powered by SpacemanDMM"
edition = "2018"
[[bin]]
name = "dmm-tools"
path = "src/main.rs"
[dependencies]
clap = { version = "4.3.17", features = ["derive"] }
serde = "1.0.144"
serde_derive = "1.0.144"
serde_json = "1.0.85"
rayon = "1.5.3"
dreammaker = { path = "../dreammaker" }
dmm-tools = { path = "../dmm-tools", features = ["png"] }
ahash = "0.8.0"
[build-dependencies]
chrono = "0.4.22"
git2 = { version = "0.18.2", default-features = false }