[package] name = "raii_flock" version = "0.2.0" authors = ["IronThread "] edition = "2018" license = "Unlicense" readme = "README.md" description = "Little library implementing a wrapper over a file that's locked on creation and unlocked when it goes out of scope." repository = "https://github.com/IronThread/raii_flock" keywords = ["file","raii","guard","lock","flock"] [dependencies] fs2 = "0"