TelegramAPI-PHP-bindings-ge.../Cargo.toml
2025-09-08 14:33:52 +03:00

15 lines
194 B
TOML

[package]
name = "template"
version = "0.1.0"
edition = "2021"
license = "GPL-2.0"
[profile.release]
strip = true
opt-level = "s"
lto = "on"
codegen-units = 1
[dependencies]
regex = "1.11.2"