@@ -14,7 +14,12 @@ version.workspace = true
14
14
[features ]
15
15
ethereum = []
16
16
default = [" wasmer" , " rocksdb" ]
17
- test = [" linera-views/test" , " linera-execution/test" , " dep:stdext" ]
17
+ test = [
18
+ " linera-base/test" ,
19
+ " linera-views/test" ,
20
+ " linera-execution/test" ,
21
+ " dep:stdext" ,
22
+ ]
18
23
benchmark = [" linera-base/test" , " linera-client/benchmark" , " dep:linera-sdk" ]
19
24
wasmer = [" linera-client/wasmer" , " linera-execution/wasmer" , " linera-storage/wasmer" ]
20
25
wasmtime = [
@@ -49,7 +54,7 @@ kubernetes = [
49
54
]
50
55
remote-net = [" dep:k8s-openapi" , " dep:kube" ]
51
56
metrics = [" prometheus" , " linera-base/metrics" , " linera-client/metrics" ]
52
- storage-service = []
57
+ storage-service = [" linera-client/storage-service " ]
53
58
54
59
[dependencies ]
55
60
anyhow.workspace = true
@@ -77,7 +82,7 @@ k8s-openapi = { workspace = true, optional = true }
77
82
kube = { workspace = true , optional = true }
78
83
linera-base.workspace = true
79
84
linera-chain.workspace = true
80
- linera-client = { workspace = true , features = [" fs" , " storage-service " ] }
85
+ linera-client = { workspace = true , features = [" fs" ] }
81
86
linera-core.workspace = true
82
87
linera-execution = { workspace = true , features = [" fs" ] }
83
88
linera-rpc = { workspace = true , features = [" server" , " simple-network" ] }
0 commit comments