[package] name = "anki_i18n_helpers" publish = false description = "Helpers for Anki's i18n system" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true [lib] name = "anki_i18n_helpers" path = "src/lib.rs" # After updating anything below, run ../cargo/update.py [dependencies] fluent-syntax = "0.11.0" lazy_static = "1.4.0" regex = "1.7.1" serde_json = "1.0.91" walkdir = "2" workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" }