mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 02:28:56 +00:00
13 lines
209 B
TOML
13 lines
209 B
TOML
[package]
|
|
name = "codegen"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
phf = { version = "0.13.1", default-features = false }
|
|
phf_codegen = "0.13.1"
|
|
phf_shared = "0.13.1"
|
|
titlecase = "3.6"
|