fluent-static-function 0.1.1

Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications.
Documentation
[package]
name = "fluent-static-function"
version = "0.1.1"
description = "Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications."
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
categories.workspace = true
keywords.workspace = true

include = ["/src", "README.md"]

[lib]
path = "src/lib.rs"

[dependencies]
fluent-static-value = { workspace = true }

thiserror = { workspace = true }