mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
Use inotify from crates.io
This commit is contained in:
parent
9692a2eaf8
commit
bc6e35bdcf
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ edition = "2018"
|
|||
tokio = { version = "0.3.3", features = ["fs", "io-util", "net", "sync", "rt", "time"] }
|
||||
libc = "0.2.77"
|
||||
serde = { version = "1.0.117", features = ["derive"] }
|
||||
# Temporary solution until my changes get through.
|
||||
inotify = { git = "https://github.com/htrefil/inotify/" }
|
||||
inotify = "0.9.1"
|
||||
futures = "0.3.7"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue