You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
203 B
TOML

[package]
name = "lookup"
version = "0.1.0"
authors = ["Stefan Bühler <stbuehler@web.de>"]
description = "Lookup IPv4 and IPv6 addresses for a hostname"
[dependencies]
resolv = "0.1.3"
clap = "2.32.0"