DazedTL/util/wolfdawn-master/crates/wolf-cli/Cargo.toml
2026-07-03 13:54:07 -05:00

16 lines
417 B
TOML

[package]
name = "wolf-cli"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "The `wolf` command-line front-end for the WolfDawn toolchain."
[[bin]]
name = "wolf"
path = "src/main.rs"
[dependencies]
wolf-core = { path = "../wolf-core" }
wolf-formats = { path = "../wolf-formats" }
wolf-decompiler = { path = "../wolf-decompiler" }
wolf-archive = { path = "../wolf-archive" }