I've added the following to the dependencies, but i still get "SSL feature not enabled" when I run.
I'm running on macOS Monterey v12.5.
Any pointers on what I may be missing ?
[dependencies]
env_logger = "0.8.4"
url = "2.0.0"
ws = { version = "0.9.2", features = ["ssl"]}
I've added the following to the dependencies, but i still get "SSL feature not enabled" when I run. I'm running on macOS Monterey v12.5. Any pointers on what I may be missing ?
[dependencies] env_logger = "0.8.4" url = "2.0.0" ws = { version = "0.9.2", features = ["ssl"]}