[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"] } regex = "1.5" [profile.release] opt-level = 'z' lto = true codegen-units = 1 panic = 'abort' strip = true