[package]
name = "rpfm_cli"
build = "build.rs"
description = "A CLI tool to automate all your Total War modding needs."
license = "MIT"
repository = "https://github.com/Frodo45127/rpfm"
categories = ["command-line-utilities", "games"]
keywords = ["totalwar", "modding", "cli"]
readme = "README.md"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
rpfm_lib = { path = "../rpfm_lib", version = "4.5.4", features = ["integration_log", "integration_git"] }
rpfm_extensions = { path = "../rpfm_extensions", version = "4.5.4" }
anyhow = "1.0"
directories = "^6.0"
lazy_static = "^1.2"
clap = { version = "^4", features = ["derive", "wrap_help"] }
serde = "^1.0"
csv = "^1.1"
rayon = "^1.3"
[target.'cfg(windows)'.build-dependencies]
winres = "^0.1"