playdate-cli 0.0.14

The CLI tools for playdate-rs
[package]
name = "playdate-cli"
description = "The CLI tools for playdate-rs"
repository = "https://github.com/rusty-crank/playdate-rs"
categories = [
    "api-bindings",
    "command-line-utilities",
    "embedded",
    "game-development",
    "no-std",
]
homepage = "https://github.com/rusty-crank/playdate-rs"
keywords = ["playdate", "gamedev"]
version = "0.0.14"
edition.workspace = true
authors.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "cargo-playdate"
path = "src/main.rs"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
cargo_metadata = "0.17.0"
clap = { version = "4.3.23", features = ["derive"] }
clap-cargo = "0.11.0"
env_logger = "0.10.0"
log = "0.4.20"
minijinja = "1.0.6"
home = "0.5.5"
toml = "0.7.6"