You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Where in the docs did you come across this?
setup cargo-generate
Describe what about it does not make sense
If there is no openssl dev, an error will be prompted
Why does it not make sense?
How could we improve it?
Ubuntu/Debian:
sudo apt-get install libssl-dev pkg-config
Fedora/RHEL/CentOS:
sudo dnf/yum install openssl-devel
Arch Linux:
sudo pacman -S openssl pkgconf
macOS (Homebrew):
brew install openssl@3