This enables a lot more lints than before in some crates, so this fixed a lot of warnings as well.
28 lines
807 B
TOML
28 lines
807 B
TOML
[package]
|
|
name = "mas-i18n"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
camino.workspace = true
|
|
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"] }
|
|
pad = "0.1.6"
|
|
pest = "2.7.5"
|
|
pest_derive = "2.7.5"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
writeable = "0.5.4"
|