aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ecaba6d87d613106a7d5a542fd9e75529569d9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "macroblog"
version = "0.1.0"
edition = "2021"

[dependencies]
sailfish = "0.4.0"
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }

[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'
strip = true