forked from pingcap/talent-plan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 686 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (28 loc) · 686 Bytes
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
[package]
name = "labs6824"
version = "0.1.0"
authors = [
"Neil Shen <overvenus@gmail.com>",
"Ryan Leung <rleungx@gmail.com>",
"ShuNing <nolouch@gmail.com>",
"Connor <zbk602423539@gmail.com>",
"庄天翼 <zty0826@gmail.com>",
"MIT 6.824 <6824-staff@lists.csail.mit.edu>"
]
edition = "2018"
publish = false
[workspace]
members = ["labcodec", "labrpc", "linearizability", "percolator"]
[dependencies]
labrpc = { path = "labrpc" }
labcodec = { path = "labcodec" }
linearizability = { path = "linearizability"}
prost = "0.5"
prost-derive = "0.5"
bytes = "0.4.7"
rand = "0.4"
log = "0.4"
futures = "0.1"
futures-timer = "0.1"
[dev-dependencies]
env_logger = "0.6"