Initial commit

This commit is contained in:
Emil Hernvall
2016-07-13 13:53:28 +02:00
commit 9706e94956
8 changed files with 1885 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "dnsguide"
version = "0.1.0"
authors = ["Emil Hernvall <emil@c0la.se>"]
build = "tango-build.rs"
[build-dependencies.tango]
git = "https://github.com/pnkfelix/tango"
[lib]
name = "lib"