rott/rottlib/Cargo.toml
dkanus 588790b9b4 Refactor everything
Huge dump of refactored code. Still in the middle of the changes that
are to be squashed later in a one huge monster commit, because there is
no value in anything atomic here.
2026-04-05 20:32:11 +07:00

17 lines
255 B
TOML

[package]
name = "rottlib"
version = "0.1.0"
edition = "2024"
[features]
default = []
debug = []
[lints]
workspace = true
[dependencies]
logos = "0.15"
bumpalo = { version = "3", features = ["boxed", "collections"] }
backtrace = "0.3"
crossterm = "0.*"