pages-server/Cargo.toml

23 lines
379 B
TOML
Raw Normal View History

2020-07-22 18:47:26 +02:00
[package]
name = "lamp"
version = "0.2.0"
authors = ["crapStone <crapstone01@gmail.com>"]
edition = "2021"
2020-07-22 18:47:26 +02:00
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
2021-08-22 15:41:18 +02:00
clap = "2.33.3"
2020-07-22 18:47:26 +02:00
[dependencies]
2021-08-22 15:41:18 +02:00
clap = "2.33.3"
2020-07-22 18:47:26 +02:00
exitcode = "1.1.2"
2021-10-26 17:31:38 +02:00
[profile.release]
lto = true
panic = "abort"
codegen-units = 1