dbsdk-cli 0.1.0

Command-line utility to simplify building Rust games for the DreamBox fantasy console
[dependencies.cargo_toml]
version = "0.11.6"

[dependencies.clap]
features = ["derive"]
version = "3.2.22"

[dependencies.fs_extra]
version = "1.2.0"

[package]
authors = ["Hazel Stagner"]
categories = ["wasm", "game-development", "command-line-utilities"]
description = "Command-line utility to simplify building Rust games for the DreamBox fantasy console"
edition = "2021"
keywords = ["gamedev", "fantasy-console"]
license = "MIT"
name = "dbsdk-cli"
readme = "README.md"
repository = "https://github.com/GlaireDaggers/DBSDK-Rust-CLI"
resolver = "2"
version = "0.1.0"