- [package]
- name = "dns-client"
- version = "0.1.0"
- authors = ["Marius Schwarz <marius.schwarz97@gmail.com>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- base64 = "0.13.0"
- tun = "0.5.1"
- packet = "0.1.4"
- hex = "0.4.3"
- rand = "0.8.3"
|