summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-12-19 09:09:25 +0000
committerLars Wirzenius <liw@liw.fi>2021-12-19 09:09:25 +0000
commit9f170606eb4fc24086274b446bb77cc1195280f0 (patch)
tree241a868b1018433f6bf17f8f85fead56e96b1b54 /Cargo.lock
parente5a830248d8a5d68a701377e0935fc9a8e3785a1 (diff)
parentbdf6e5306aab0a7183d36d6a45d91e307fb9a4b7 (diff)
downloadobnam-benchmark-9f170606eb4fc24086274b446bb77cc1195280f0.tar.gz
Merge branch 'obnam-server' into 'main'
feat: add abstraction for daemons and managing them See merge request obnam/obnam-benchmark!2
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ec7a287..e98169b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -562,6 +562,19 @@ dependencies = [
]
[[package]]
+name = "nix"
+version = "0.23.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
+dependencies = [
+ "bitflags",
+ "cc",
+ "cfg-if",
+ "libc",
+ "memoffset",
+]
+
+[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -605,7 +618,9 @@ dependencies = [
"glob",
"lazy_static",
"log",
+ "nix",
"pretty_env_logger",
+ "rand",
"serde",
"serde_json",
"serde_yaml",