forked from tezedge/tezedge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (41 loc) · 1.05 KB
/
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
42
[workspace]
members = [
"ipc",
"logging",
"crypto",
"tezos/sys",
"tezos/api",
"tezos/messages",
"tezos/identity",
"tezos/interop",
"tezos/encoding",
"tezos/encoding-derive",
"tezos/client",
"tezos/wrapper",
"tezos/new_context",
"tezos/spsc",
"tezos/timing",
"tezos/lib_storage_ffi",
"networking",
"shell",
"storage",
"sandbox",
"light_node",
"monitoring",
"protocol_runner",
"rpc",
"fuzz/ack_message",
"fuzz/advertise_message",
"fuzz/block_header_message",
"fuzz/current_branch_message",
"fuzz/current_head_message",
"fuzz/connection_message",
"fuzz/metadata_message",
"fuzz/operation_message",
"fuzz/operations_for_blocks_message",
"fuzz/peer_response_message",
"fuzz/protocol_message",
]
[patch.crates-io]
ocaml-boxroot-sys = { git = "https://gitlab.com/bruno.deferrari/ocaml-boxroot.git", branch = "ocaml-410-headers" }
librocksdb-sys = { git = "https://github.com/tezedge/rust-rocksdb.git", tag = "v1.5.0-tezedge-compatible" }