-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (26 loc) · 984 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
[workspace]
members = [
"lib/credential",
"lib/dynamo_util",
"lib/jwt",
"lib/kinesis",
"lib/rocket_util",
"lib/rusoto_util",
"lib/stream",
"lib/telemetry",
"services/auth",
"services/calculator/calculator",
"services/calculator/calculator/client",
"services/calculator/gateway",
"services/crawler/api",
"services/crawler/crawler",
"services/crawler/shared",
"services/kinesis/producer",
]
[patch.crates-io]
# TODO: Remove once version 0.5 released
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
# TODO: Remove once version 0.7 released - https://github.com/danburkert/prost/pull/341
prost = { git = "https://github.com/danburkert/prost", rev="a1cccbcee343e2c444e1cd2738c7fba2599fc391" }
prost-build = { git = "https://github.com/danburkert/prost", rev="a1cccbcee343e2c444e1cd2738c7fba2599fc391"}