20 lines
364 B
TOML
20 lines
364 B
TOML
[package]
|
|
name = "l10n-db"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.30", features = ["derive"] }
|
|
icu_locid = { version = "1.5.0", features = ["serde"] }
|
|
serde = { version = "1.0.218", features = ["derive"] }
|
|
toml = "0.8.20"
|
|
|
|
# [lib]
|
|
# name = "l10n_db"
|
|
# path = "src/lib.rs"
|
|
#
|
|
# [[bin]]
|
|
# name = "l10n-db"
|
|
# path = "src/main.rs"
|
|
|