2021-03-26 00:40:41 +01:00
|
|
|
[package]
|
|
|
|
name = "anki_i18n"
|
2022-11-30 03:19:56 +01:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
build = "build/main.rs"
|
2022-11-30 03:19:56 +01:00
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
publish = false
|
2022-11-30 03:19:56 +01:00
|
|
|
rust-version.workspace = true
|
2023-06-23 05:02:23 +02:00
|
|
|
description = "Anki's Rust library i18n code"
|
2022-11-30 03:19:56 +01:00
|
|
|
|
2021-03-26 00:40:41 +01:00
|
|
|
[lib]
|
|
|
|
name = "anki_i18n"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
fluent-syntax.workspace = true
|
|
|
|
fluent.workspace = true
|
|
|
|
unic-langid.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
inflections.workspace = true
|
|
|
|
anki_io.workspace = true
|
|
|
|
anyhow.workspace = true
|
2021-03-26 00:40:41 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
fluent.workspace = true
|
|
|
|
fluent-bundle.workspace = true
|
|
|
|
intl-memoizer.workspace = true
|
|
|
|
num-format.workspace = true
|
|
|
|
phf.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
unic-langid.workspace = true
|