#openssl error
1 messages · Page 1 of 1 (latest)
share cargo.toml
actix-web = "4.5.1"
actix-files = "0.6.5"
actix-session = { version = "0.9", features = ["cookie-session"] }
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
env_logger = "0.11.3"
futures = "0.3.30"
chrono = "0.4.35" ```
ops
first of all you need rustls as a dep i think
actix-web = { version = "4.5.1", features = ["rustls"] }
rustls = "0.21.7"
try this
error: failed to run custom build command for aws-lc-sys v0.13.3
what os are you on
Windows 11
you need to install openssl i think
i installed
And set the environment variables
maybe it's meant for linux?
There’s nothing in that cargo.toml that suggests openssl should be there.