|
|
@@ -23,6 +23,10 @@ serde_json = "1.0.105"
|
|
|
rust_decimal = { version = "1.32.0", features = ["maths"] }
|
|
|
rust_decimal_macros = "1.32.0"
|
|
|
|
|
|
+#[target.'cfg(any(target_os = "linux"))'.dependencies.openssl]
|
|
|
+#version = "*"
|
|
|
+#features = ["vendored"]
|
|
|
+
|
|
|
[workspace]
|
|
|
members=[
|
|
|
"exchanges",
|