[package] name = "flopen" version = "0.1.1" authors = ["Andrej Shadura "] description = "Reliably open and lock a file" edition = "2018" license = "MIT" repository = "https://github.com/andrewshadura/rust-flopen" [dependencies] nix = { version = "0.27", features = ["fs"] } [dev-dependencies] tempfile = "3"