diff --git a/Cargo.toml b/Cargo.toml index 5c17957..bb1ed6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ omnisette = { git = "https://github.com/SideStore/apple-private-apis.git", branc actix = "0.13" actix-web = { version = "4", features = ["openssl"] } -openssl = "0.10" +openssl = { version = "0.10", features = ["vendored"] } actix-web-actors = "4" serde = { version = "1.0", features = ["derive"] } diff --git a/Cross.toml b/Cross.toml deleted file mode 100644 index 6669cf3..0000000 --- a/Cross.toml +++ /dev/null @@ -1,5 +0,0 @@ -[target.aarch64-unknown-linux-gnu] -pre-build = [ - "dpkg --add-architecture $CROSS_DEB_ARCH", - "apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH", -]