anki/rslib/i18n_helpers/Cargo.toml

21 lines
424 B
TOML
Raw Normal View History

[package]
name = "anki_i18n_helpers"
version = "0.0.0"
authors = ["Ankitects Pty Ltd and contributors"]
2022-11-09 10:47:06 +01:00
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Helpers for Anki's i18n system"
[lib]
name = "anki_i18n_helpers"
path = "src/lib.rs"
# After updating anything below, run ../cargo/update.py
[dependencies]
2022-11-09 10:47:06 +01:00
fluent-syntax = "0.11.0"
lazy_static = "1.4.0"
2022-09-24 04:39:21 +02:00
regex = "1.6.0"
serde_json = "1.0.85"
walkdir = "2"