Initial commit

This commit is contained in:
semubico 2025-09-08 14:42:23 +03:00
parent f24e05b7f6
commit 4040b3fa4a
3 changed files with 312 additions and 2 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "template"
name = "tgphpgen"
version = "0.1.0"
edition = "2021"
license = "GPL-2.0"
license = "MIT"
[profile.release]
strip = true
@ -11,4 +11,5 @@ lto = "on"
codegen-units = 1
[dependencies]
regex = "1.11.2"