93339881c5
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.
15 lines
195 B
TOML
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"
|