TelegramAPI-PHP-bindings-ge.../Cargo.toml
2025-09-08 13:07:25 +02:00

14 lines
177 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]