13 lines
255 B
TOML
13 lines
255 B
TOML
|
|
[package]
|
||
|
|
name = "apple-encodings"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
description = "Bidirectional, emulator-grade conversion between classic Mac OS text encodings and Unicode"
|
||
|
|
license = "MIT"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
thiserror = "2"
|
||
|
|
|
||
|
|
[profile.release]
|
||
|
|
lto = true
|