diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,3 +41,6 @@ async-trait = "0.1.80" teloxide = { version = "0.12.2", optional = true } nostr-sdk = { version = "0.30.0", features = ["nip04", "nip05", "nip44", "nip59"], default-features = false, optional = true } nostr-relay-pool = { version = "0.30.0", optional = true } + +[target.aarch64-unknown-linux-gnu.dependencies] +openssl = { version = "*", features = ["vendored"] } |