tera_thousands/Cargo.toml

17 lines
598 B
TOML
Raw Normal View History

2023-08-30 06:34:26 +00:00
[package]
name = "tera_thousands"
version = "0.1.0"
authors = ["kirbylife <hola@kirbylife.dev>"]
license = "MIT"
readme = "README.md"
homepage = "https://git.kirbylife.dev/kirbylife/tera_thousands"
repository = "https://git.kirbylife.dev/kirbylife/tera_thousands"
documentation = "https://docs.rs/tera_thousands"
description = "Simple filter for tera to split the numbers by thousands"
keywords = ["tera", "template", "formatting", "separators", "numbers"]
categories = ["template-engine"]
edition = "2021"
[dependencies]
thousands = "0.2.0"
tera = { version = "1.19.0", default-features = false }