16 lines
325 B
TOML
16 lines
325 B
TOML
[package]
|
|
name = "ipblekcodes"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
hyper-util = { version = "0.1.10", features = ["tokio"] }
|
|
hyper = { version = "1.6.0", features = ["full"] }
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
http-body-util = "0.1.2"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
opt-level = 3
|