mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-03 18:24:12 +02:00
rust 2018
This commit is contained in:
parent
24cf14f50c
commit
cf784114c6
2 changed files with 1 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
name = "notify-redis"
|
||||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
notify = "4.0.0"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue