[package] name = "cktrs" version = "0.1.0" edition = "2021" description = "A rust(🚀) parser for the CKT(🚀) config language." readme = "README.md" repository = "https://github.com/owocean/cktrs" documentation = "https://docs.rs/cktrs" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.6.0"