Cargo.toml 315 B

1234567891011121314
  1. [package]
  2. name = "dns-client"
  3. version = "0.1.0"
  4. authors = ["Marius Schwarz <marius.schwarz97@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. base64 = "0.13.0"
  9. tun = "0.5.1"
  10. packet = "0.1.4"
  11. hex = "0.4.3"
  12. rand = "0.8.3"