[package] authors = ["Han Tingjun ", "Yijun Yu "] description = "Format output without Rust code segment in binary to reduce the ultimate binary size" license = "MIT OR Apache-2.0" repository = "https://github.com/trusted-programming/cfmt" readme = "README.md" name = "orion_cfmt" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cfmt-macros = { path = "macros", version = "0.2.1" } [workspace] members = [ "macros" ]