Files
zztff/Cargo.toml
T
cmounce 93339881c5 Clean up element.rs
A lot of this is deleting zztext-specific functionality, such as string
mappings that go beyond official names for things. It's okay, zztext
will cope.
2026-03-09 23:37:07 -07:00

15 lines
195 B
TOML

[package]
name = "zztff"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
codepage-437 = "0.1"
nom = "8.0"
num_enum = "0.7"
thiserror = "2.0"
[dev-dependencies]
insta = "1.46"