dns/Cargo.lock

16 lines
336 B
Plaintext
Raw Permalink Normal View History

2022-03-13 21:56:17 +01:00
# 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"
2022-08-17 22:58:29 +02:00
source = "git+https://git.comff.net/rustics/hexhex.git?tag=v1.1#c92e07853136c8371b6034d93a9d0f1be9e665c5"