rust 2018

This commit is contained in:
Robin Appelman 2019-03-28 18:54:35 +01:00
commit cf784114c6
2 changed files with 1 additions and 3 deletions

View file

@ -2,6 +2,7 @@
name = "notify-redis"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
notify = "4.0.0"

View file

@ -1,6 +1,3 @@
extern crate notify;
extern crate redis;
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
use redis::{Client, Commands, Connection, RedisResult};
use std::env;