fix: should build with libssl dependency

This commit is contained in:
Paul Campbell 2025-01-14 20:09:30 +00:00
parent 9a12ffc5fc
commit 6aa876047a
2 changed files with 16 additions and 0 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
native-tls = "0.2"