forked from lambdaclass/ethlambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (27 loc) · 715 Bytes
/
Copy pathCargo.toml
File metadata and controls
34 lines (27 loc) · 715 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
32
33
34
[package]
name = "ethlambda"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
ethlambda-blockchain.workspace = true
ethlambda-p2p.workspace = true
ethlambda-types.workspace = true
ethlambda-rpc.workspace = true
ethlambda-storage.workspace = true
spawned-concurrency.workspace = true
spawned-rt.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber = "0.3"
serde.workspace = true
serde_yaml_ng.workspace = true
hex.workspace = true
clap.workspace = true
reqwest.workspace = true
thiserror.workspace = true
eyre.workspace = true
tikv-jemallocator.workspace = true
[build-dependencies]
vergen-git2.workspace = true