shark/mino/Cargo.toml

17 lines
312 B
TOML
Raw Normal View History

2022-12-13 18:54:17 +00:00
[package]
name = "mino"
description = "Core datastructures for a tetris bot"
version = "0.1.0"
edition = "2021"
[features]
default = ["ascii", "srs"]
2022-12-13 19:19:24 +00:00
ascii = []
srs = []
[build-dependencies]
mino-code-gen = { path = "../mino-code-gen" }
2022-12-13 18:54:17 +00:00
[dependencies]
# tracing = { version = "0.1", default-features = false}