forked from Commit-Boost/commit-boost-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 784 Bytes
/
Cargo.toml
File metadata and controls
36 lines (33 loc) · 784 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
35
36
[package]
edition.workspace = true
name = "cb-signer"
publish = false
rust-version.workspace = true
version.workspace = true
[dependencies]
alloy.workspace = true
axum.workspace = true
axum-extra.workspace = true
bimap.workspace = true
blsful.workspace = true
cb-common.workspace = true
cb-metrics.workspace = true
eyre.workspace = true
futures.workspace = true
headers.workspace = true
jsonwebtoken.workspace = true
lazy_static.workspace = true
parking_lot.workspace = true
prometheus.workspace = true
prost.workspace = true
rand.workspace = true
thiserror.workspace = true
tokio.workspace = true
tonic.workspace = true
tracing.workspace = true
tree_hash.workspace = true
uuid.workspace = true
[build-dependencies]
tonic-build.workspace = true
[dev-dependencies]
proptest = "1.4"