[package]
authors = ["Tal Risin"]
description = "Runtime formatting library"
edition = "2024"
keywords = ["format", "runtime"]
license = "GPL-3.0"
name = "rformat"
repository = "https://github.com/RisinT96/rformat"
version = "0.2.0"
rust-version = "1.86.0"
[dependencies]
thiserror = "2.0.12"
trait_mux = { version = "0.3.2", git = "https://github.com/RisinT96/trait-mux.git" }