@@ -9,32 +9,33 @@ description = "Common types, messages and helpers for Acropolis"
9
9
license = " Apache-2.0"
10
10
11
11
[dependencies ]
12
- anyhow = " 1.0"
12
+ caryatid_sdk = { workspace = true }
13
+ caryatid_module_clock = { workspace = true }
14
+ caryatid_module_rest_server = { workspace = true }
15
+
16
+ anyhow = { workspace = true }
13
17
async-trait = " 0.1"
14
18
bech32 = " 0.11"
15
19
bigdecimal = " 0.4.8"
16
20
bitmask-enum = " 2.2"
17
21
blake2 = " 0.10"
18
22
bs58 = " 0.5"
19
- caryatid_sdk = " 0.12"
20
- caryatid_module_clock = " 0.12"
21
- caryatid_module_rest_server = " 0.14"
22
- chrono = " 0.4"
23
+ chrono = { workspace = true }
23
24
gcd = " 2.3"
24
25
fraction = " 0.15"
25
- hex = " 0.4 "
26
+ hex = { workspace = true }
26
27
lf-queue = " 0.1.0"
27
28
num-rational = { version = " 0.4.2" , features = [" serde" ] }
28
- serde = { version = " 1.0.214 " , features = [ " derive " ] }
29
- serde_json = " 1.0 "
30
- serde_with = { version = " 3.12.0 " , features = [" hex " , " base64" ] }
31
- tokio = { version = " 1 " , features = [ " full " ] }
32
- tracing = " 0.1.40 "
29
+ serde = { workspace = true }
30
+ serde_json = { workspace = true }
31
+ serde_with = { workspace = true , features = [" base64" ] }
32
+ tokio = { workspace = true }
33
+ tracing = { workspace = true }
33
34
futures = " 0.3.31"
34
35
minicbor = { version = " 0.26.0" , features = [" std" , " half" , " derive" ] }
35
36
num-traits = " 0.2"
36
- imbl = { version = " 5.0.0 " , features = [ " serde " ] }
37
- dashmap = " 6.1.0 "
37
+ imbl = { workspace = true }
38
+ dashmap = { workspace = true }
38
39
rayon = " 1.11.0"
39
40
40
41
[lib ]
0 commit comments