13 lines
252 B
TOML
13 lines
252 B
TOML
![]() |
[package]
|
||
|
name = "tetratto-l10n"
|
||
|
version = "0.1.0"
|
||
|
edition = "2024"
|
||
|
authors.workspace = true
|
||
|
repository.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
pathbufd = "0.1.4"
|
||
|
serde = { version = "1.0.219", features = ["derive"] }
|
||
|
toml = "0.8.20"
|