mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
23 lines
543 B
TOML
23 lines
543 B
TOML
[package]
|
|
name = "ftl"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
description = "Helpers for Anki's i18n system"
|
|
|
|
[dependencies]
|
|
anki_io.workspace = true
|
|
anki_process.workspace = true
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
clap.workspace = true
|
|
fluent-syntax.workspace = true
|
|
itertools.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
walkdir.workspace = true
|