mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Use rustls over openssl to simplify cross compilation
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.26", features = ["json"] }
|
||||
reqwest = { version = "0.12.26", features = ["json", "rustls-tls"], default-features = false }
|
||||
inkopslista-lib = { path = "../inkopslista-lib" }
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user