2022-02-11 14:43:53 +01:00
|
|
|
[package]
|
|
|
|
name = "udp-hexdump-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
flume = "0.10"
|
2022-04-06 19:40:03 +02:00
|
|
|
hexhex = { git = "https://git.comff.net/rustics/hexhex.git", tag = "v1.0" }
|
2022-02-11 14:43:53 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
codegen-units = 1
|
|
|
|
debug = false
|
|
|
|
panic = "unwind"
|