strom/rust-dewpoint
Template
1
0
Fork 0
rust-dewpoint/Cargo.toml
Thorsten Schubert 5a89ccee26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit
2023-09-09 15:47:43 +02:00

19 lines
330 B
TOML

[package]
name = "dpc"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[profile.dev]
incremental = false
[profile.release]
overflow-checks = false
strip = "symbols"
lto = "fat"
panic = "abort"
codegen-units = 1
opt-level = "z"