[dependencies.rand]
version = "0.9.2"
[dev-dependencies.pretty_assertions]
version = "1"
[lib]
name = "jcblocks"
path = "src/lib.rs"
[package]
authors = ["Justin Cromer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Components for constructing block games such as Tetris/BlockBlast."
edition = "2024"
license = "MIT"
name = "jcblocks"
readme = "README.md"
repository = "https://github.com/avg-cs-student/jcblocks"
version = "0.1.0"