forked from ChrisMacNaughton/bynar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
41 lines (38 loc) · 909 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "ceph_dead_disk"
version = "0.1.0"
authors = ["Chris Holcombe <[email protected]>"]
[workspace]
# [features]
# zmq = ["zmq"]
[dependencies]
api = { path = "api" }
block-utils = {git = "https://github.com/cholcombe973/block-utils"}
ceph-rust = {git = "https://github.com/cholcombe973/ceph-rust"}
ceph-safe-disk = "~0.1"
clap = "*"
client = { path = "client" }
disk-manager = { path = "disk-manager" }
dmi = {git = "https://github.com/cholcombe973/dmi"}
fstab = "*"
gluster = "*"
goji = {git = "https://github.com/cholcombe973/goji"}
helpers = { path = "helpers" }
init-daemon = "*"
json = "*"
libatasmart = "*"
libc = "*"
log = "*"
mktemp = "*"
parallel-deploy = { path = "parallel-deploy" }
protobuf = "*"
reqwest = "*"
rusqlite = "*"
serde = "*"
serde_derive = "*"
serde_json = "*"
simplelog = "*"
time = "*"
uname = "*"
uuid = { version="*", features = ["v4"]}
zmq = {version="~0.8"}