dotlock 0.5.0

Create .lock files atomically on any filesystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dotlock"
version = "0.5.0"
authors = ["Bruce Guenter <bruce@untroubled.org>"]
license = "Unlicense"
description = "Create .lock files atomically on any filesystem."
homepage = "https://github.com/bruceg/dotlock"
repository = "https://github.com/bruceg/dotlock"

[badges]
travis-ci = { repository = "bruceg/dotlock" }

[dependencies]
tempfile = "3"

[dev-dependencies]
structopt = { version = "0.2", default-features = false }