dns/Cargo.toml
ddidderr 623a82c2fe (deps) replace hexyl with hexhex (#18)
Since we don't want to add too many dependencies for now, use our own
small hexdump lib `hexhex` instead of `hexyl`.

Reviewed-on: #18
Co-authored-by: ddidderr <ddidderr@paul.network>
Co-committed-by: ddidderr <ddidderr@paul.network>
2022-05-08 14:39:29 +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"}