dns/Cargo.toml
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

10 lines
255 B
TOML

[package]
name = "dns-parse"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hexhex = {version = "1.0", git = "https://git.comff.net/rustics/hexhex.git"}