ddidderr
5af6e234e1
Since we don't want to add too many dependencies for now, use our own small hexdump lib `hexhex` instead of `hexyl`.
10 lines
255 B
TOML
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"}
|