ferro-lang 0.2.21

Localization for the Ferro web framework
Documentation
[package]
name = "ferro-lang"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Localization for the Ferro web framework"
repository = "https://github.com/albertogferrario/ferro"
keywords = ["localization", "i18n", "ferro", "web"]
categories = ["internationalization", "web-programming"]
readme = "README.md"
homepage = "https://ferro-rs.dev"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
tracing = "0.1"

[dev-dependencies]
tempfile = "3"