mirror of
https://codeberg.org/gigirassy/teletraan.git
synced 2026-08-30 15:27:38 +00:00
Add Cargo.toml
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
cargo-features = ["panic-immediate-abort"]
|
||||||
|
|
||||||
|
[package]
|
||||||
|
name = "teletraan"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
tiny_http = "0.12"
|
||||||
|
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
strip = true
|
||||||
|
panic = "immediate-abort"
|
||||||
|
opt-level = "z"
|
||||||
Reference in New Issue
Block a user