[[bin]]
name = "bva"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.79"
[dependencies.bevy_vach_assets]
version = "0.1.0"
[dependencies.clap]
features = ["derive", "env", "wrap_help"]
version = "4.4.12"
[dependencies.path-slash]
version = "0.2.1"
[dependencies.walkdir]
version = "2.4.0"
[package]
categories = ["command-line-utilities", "encoding", "game-development"]
description = "Bevy Vach Assets CLI"
edition = "2021"
homepage = "https://github.com/asaaki/bevy_vach_assets"
include = ["src/*", "Cargo.toml", "../README.md"]
keywords = ["archive", "command-line", "vach", "assets", "game"]
license = "MIT OR Apache-2.0"
name = "bva_cli"
readme = "README.md"
repository = "https://github.com/asaaki/bevy_vach_assets"
version = "0.1.0"