blob: 45710cffbb25565ff24ba5fa95d1e26185b575f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- Cargo.toml.orig 2021-08-22 18:49:02 UTC
+++ Cargo.toml
@@ -24,15 +24,6 @@ rayon = "1.5.1"
config = { version = "0.11.0", features = ["yaml", "json", "toml", "hjson", "ini"] }
headless_chrome = { git = "https://github.com/Edu4rdSHL/rust-headless-chrome" }
-[target.arm-unknown-linux-gnueabihf.dependencies]
-openssl = { version = "0.10.34", features = ["vendored"] }
-
-[target.aarch64-unknown-linux-gnu.dependencies]
-openssl = { version = "0.10.34", features = ["vendored"] }
-
-[target.armv7-unknown-linux-gnueabihf.dependencies]
-openssl = { version = "0.10.34", features = ["vendored"] }
-
[profile.release]
opt-level = 'z'
lto = true
|