bootstrap project
Showing
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | ||
name = "nomilo" | ||
version = "0.1.0-dev" | ||
authors = ["Gaël Berthaud-Müller <blacksponge@tuta.io>"] | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
trust-dns-client = "0.20.1" | ||
trust-dns-proto = "0.20.1" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
rocket = "0.4.7" | ||
rocket_contrib = { version = "0.4", default-features = false, features = ["json"]} | ||
toml = "0.5" |
config.example.toml
0 → 100644
src/config.rs
0 → 100644
src/main.rs
0 → 100644
src/types/dns.rs
0 → 100644
src/types/mod.rs
0 → 100644
Please register or sign in to comment