Initial commit
This commit is contained in:
parent
f24e05b7f6
commit
4040b3fa4a
3 changed files with 312 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue