Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-im/gurk-rs/files/patch-Cargo.toml
16461 views
1
--- Cargo.toml.orig 2025-01-16 17:39:02 UTC
2
+++ Cargo.toml
3
@@ -50,7 +50,7 @@ libsqlite3-sys = { version = "0.30.1", features = [
4
image = { version = "0.25.5", default-features = false, features = ["png"] }
5
itertools = "0.13.0"
6
libsqlite3-sys = { version = "0.30.1", features = [
7
- "bundled-sqlcipher-vendored-openssl",
8
+ "sqlcipher",
9
] }
10
log-panics = "2.1.0"
11
mime_guess = "2.0.5"
12
@@ -121,4 +121,4 @@ harness = false
13
[patch.crates-io]
14
# signal-protocol uses a fork of this library via the patch mechanism of cargo.
15
# Since it is not transitive, we have to add the patch here explicitly.
16
-"curve25519-dalek" = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
17
+"curve25519-dalek" = { path = '%%WRKDIR%%/curve25519-dalek-signal-curve25519-4.1.3/curve25519-dalek' }
18
19