[package]
edition = "2018"
name = "wait_file_created"
version = "0.1.0"
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
description = "Robust implementation of waiting for file to be created."
homepage = "https://github.com/Kixunil/wait_file_created"
readme = "README.md"
keywords = ["filesystem", "inotify"]
categories = ["filesystem", "os::linux-apis"]
license = "MITNFA"
repository = "https://github.com/Kixunil/wait_file_created"
[dependencies.inotify]
version = "0.9.3"
default-features = false
[dev-dependencies.mktemp]
version = "0.4.1"