Merge Rust 2018 updates

This commit is contained in:
Paul Hauner
2018-12-24 10:03:56 +11:00
28 changed files with 82 additions and 53 deletions

View File

@@ -2,6 +2,7 @@
name = "db"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
blake2-rfc = "0.2.18"

View File

@@ -13,7 +13,7 @@ mod config;
use std::path::PathBuf;
use clap::{App, Arg};
use config::LighthouseConfig;
use crate::config::LighthouseConfig;
use slog::Drain;
fn main() {