2021-11-12 09:19:01 +01:00
|
|
|
[package]
|
|
|
|
name = "anki_i18n_helpers"
|
2022-11-30 03:19:56 +01:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
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 = "Helpers for Anki's i18n system"
|
2022-11-30 03:19:56 +01:00
|
|
|
|
2021-11-12 09:19:01 +01:00
|
|
|
[lib]
|
|
|
|
name = "anki_i18n_helpers"
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-23 05:02:23 +02:00
|
|
|
fluent-syntax.workspace = true
|
|
|
|
lazy_static.workspace = true
|
|
|
|
regex.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
walkdir.workspace = true
|