ddidderr
0dc41ef845
* implemented 3 tests * valid opcodes * invalid opcodes * header too short * fixed byteorder and bit shifting for flags * added hexdump for main function for testing purposes
10 lines
192 B
TOML
10 lines
192 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]
|
|
hexyl = "0.9"
|