@@ -12,6 +12,7 @@ readme = "../../README.md"
12
12
chrono = { workspace = true }
13
13
cynic = { workspace = true , features = [" http-reqwest" ] }
14
14
lazy_static = { workspace = true }
15
+ openssl = { version = " 0.10" , features = [" vendored" ] }
15
16
portpicker = { workspace = true }
16
17
reqwest = { workspace = true , features = [" json" ] }
17
18
serde = { workspace = true , features = [ " derive" ] }
@@ -24,18 +25,6 @@ inexor-rgf-core-config = { version = "0.9.1", path = "../core/config" }
24
25
inexor-rgf-core-model = { version = " 0.9.1" , path = " ../core/model" }
25
26
inexor-rgf-model-runtime = { version = " 0.9.1" , path = " ../model/runtime" }
26
27
27
- [target .'cfg(target = "armv7-unknown-linux-gnueabihf")' .dependencies ]
28
- openssl = { version = " 0.10" , features = [" vendored" ] }
29
-
30
- [target .'cfg(target = "aarch64-unknown-linux-gnu")' .dependencies ]
31
- openssl = { version = " 0.10" , features = [" vendored" ] }
32
-
33
- [target .'cfg(target = "x86_64-unknown-linux-musl")' .dependencies ]
34
- openssl = { version = " 0.10" , features = [" vendored" ] }
35
-
36
- [target .'cfg(target = "i686-unknown-linux-musl")' .dependencies ]
37
- openssl = { version = " 0.10" , features = [" vendored" ] }
38
-
39
28
[dev-dependencies ]
40
29
inexor-rgf-rt = { version = " 0.9.1" , path = " ../runtime" }
41
30
tokio = { workspace = true , features = [" macros" , " time" , " rt" , " rt-multi-thread" , " test-util" ] }
0 commit comments