Merge pull request #8 from Tahinli/dev

feat: cargo optimizations
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-21 23:42:42 +03:00 committed by GitHub
commit 2c691c9161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,11 @@ name = "rust-tcp-file-transfer"
version = "0.1.0"
edition = "2021"
[profile.release]
strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]