[package] name = "ttp" version = "0.1.2" authors = [ "Viktor D. " ] description = "Parses telegram mobile .attheme file to readable colors" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.2.20", features = ["derive"] } regex = "1.6.0"