anki/rslib/i18n_helpers/Cargo.toml
Damien Elmes 943dddf28f
Update Rust deps (#2332)
* Temporarily disable hakari

* Upgrade compatible deps except Chrono

* Update semver-incompatible crates

* Re-enable hakari

* Update licenses & cargo-deny

* Fix new clippy lints

* Update to latest Rust
2023-01-18 22:24:29 +10:00

25 lines
531 B
TOML

[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" }