dns/Cargo.lock
ddidderr 5af6e234e1
(deps) replace hexyl with hexhex
Since we don't want to add too many dependencies for now, use our own
small hexdump lib `hexhex` instead of `hexyl`.
2022-04-10 15:12:56 +02:00

16 lines
327 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "dns-parse"
version = "0.1.0"
dependencies = [
"hexhex",
]
[[package]]
name = "hexhex"
version = "1.0.0"
source = "git+https://git.comff.net/rustics/hexhex.git#fa738dd19563d7cea4b2383dcbd8a64c94ab91b7"