[package] name = "pukram-formatting" description = "A type to represent the formatting of the pukram markup language" license = "MIT OR Apache-2.0" authors = ["p "] version = "0.2.0" edition = "2021" repository = "https://gitlab.com/porky11/pukram-formatting" documentation = "https://docs.rs/pukram-formatting" readme = "README.md" [dependencies] derive_more = { version = "1.0.0", features = ["add", "add_assign"] }