Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.8 to 2.7.10. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.8...v2.7.10) --- updated-dependencies: - dependency-name: pest_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.0 KiB
TOML
32 lines
1.0 KiB
TOML
[package]
|
|
name = "mas-i18n"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
camino.workspace = true
|
|
icu_calendar = { version = "1.4.0", features = ["compiled_data", "std"] }
|
|
icu_datetime = { version = "1.4.0", features = ["compiled_data", "std"] }
|
|
icu_list = { version = "1.4.0", features = ["compiled_data", "std"] }
|
|
icu_locid = { version = "1.4.0", features = ["std",] }
|
|
icu_locid_transform = { version = "1.4.0", features = ["compiled_data", "std"] }
|
|
icu_plurals = { version = "1.4.0", features = ["compiled_data", "std"] }
|
|
icu_provider = { version = "1.4.0", features = ["std", "sync"] }
|
|
icu_provider_adapters = { version = "1.4.0", features = ["std"] }
|
|
icu_relativetime = { version = "0.1.4", features = ["compiled_data", "std"] }
|
|
pad = "0.1.6"
|
|
pest = "2.7.10"
|
|
pest_derive = "2.7.10"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
writeable = "0.5.4"
|