mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-09 09:11:50 +02:00
15 lines
228 B
TOML
15 lines
228 B
TOML
|
[package]
|
||
|
name = "i18n-helpers"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.68"
|
||
|
mdbook = "0.4.25"
|
||
|
once_cell = "1.17.0"
|
||
|
polib = "0.1.0"
|
||
|
regex = "1.7.0"
|
||
|
semver = "1.0.16"
|
||
|
serde_json = "1.0.91"
|