ttp 0.1.2

Parses telegram mobile .attheme file to readable colors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "3.2.20"

[dependencies.regex]
version = "1.6.0"

[package]
authors = ["Viktor D. <dudnik.0x76@gmail.com>"]
description = "Parses telegram mobile .attheme file to readable colors"
edition = "2021"
license = "MIT"
name = "ttp"
readme = "README.md"
resolver = "2"
version = "0.1.2"