mirror of
https://github.com/icewind1991/notify-redis.git
synced 2026-06-04 02:34:13 +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"
|
name = "notify-redis"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
notify = "4.0.0"
|
notify = "4.0.0"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
extern crate notify;
|
|
||||||
extern crate redis;
|
|
||||||
|
|
||||||
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
|
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
|
||||||
use redis::{Client, Commands, Connection, RedisResult};
|
use redis::{Client, Commands, Connection, RedisResult};
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue