tools/corrosion/generator/Cargo.toml
author unC0Rr
Tue, 10 Sep 2024 13:56:51 +0200
branchtransitional_engine
changeset 16032 31cc1e450273
parent 16021 6a3dc15b78b9
permissions -rw-r--r--
Add maze land generator ported from pascal engine

[package]
name = "corrosion-generator"
version = "0.1.0"
authors = ["Andrew Gaspar <andrew.gaspar@outlook.com>"]
license = "MIT"
edition = "2018"

[dependencies]
cargo_metadata = "0.17"
serde = { version = " 1.0.186", features = ["derive"] }

[dependencies.clap]
version = "2.34"
default-features = false
# Make sure this crate still compiles while it is checked out
# in a sub-directory of a repository that has a Cargo.toml.
[workspace]