8c1c31be56
I'm spinning zztff off as its own Rust crate, separate from my zztext project (which will soon consume it). This commit is based on running filter-repo on the zztext project, followed by the minimal work to get it to build separately.
14 lines
178 B
TOML
14 lines
178 B
TOML
[package]
|
|
name = "zztff"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
codepage-437 = "0.1"
|
|
nom = "8.0"
|
|
thiserror = "2.0"
|
|
|
|
[dev-dependencies]
|
|
insta = "1.46"
|