src/tools/process_locker.rs: implement inter-process reader-writer locks
This commit is contained in:
@ -29,7 +29,7 @@ hyper-tls = "0.3"
|
||||
lazy_static = "1.1"
|
||||
regex = "1.0"
|
||||
libc = "0.2"
|
||||
nix = "0.12"
|
||||
nix = "0.13"
|
||||
shellwords = "1.0"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
chrono = "0.4" # Date and time library for Rust
|
||||
|
Reference in New Issue
Block a user