bevy-patch 0.1.0

Generate bevy patch lists
[[bin]]
name = "bevy-patch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.13"

[dependencies.serde]
features = ["derive"]
version = "1"

[package]
authors = ["Connor McCluskey <conmcclusk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate bevy patch lists"
documentation = "https://docs.rs/bevy-patch"
edition = "2024"
exclude = ["assets/", ".github/"]
keywords = []
license = "MIT OR Apache-2.0"
name = "bevy-patch"
readme = "README.md"
repository = "https://github.com/aceeri/bevy-patch"
rust-version = "1.88.0"
version = "0.1.0"