mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: enable libcurl by default
This commit is contained in:
parent
ae8951c935
commit
d76d683fd7
2 changed files with 3 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ textwrap = { version = "0.16", features = ["terminal_size"] }
|
|||
curl = { version = "0.4", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["libcurl"]
|
||||
# linking to libcurl dynamically requires openssl when compiling and
|
||||
# complicates cross compilation
|
||||
libcurl = ["dep:curl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue