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.
17 lines
255 B
TOML
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.*" |