[package] name = "tan_fmt" description = "Formatting technology for the Tan Language" version = "0.7.0" license = "Apache-2.0" repository = "https://github.com/tanlang-org/tan_fmt" keywords = ["tan", "language", "formatting", "pretty-print"] authors = ["George Moschovitis "] edition = "2021" [dependencies] regex = "1" tan = { path = "../tan", version = "0.7" }