An ergonomic and elegant framework for creating Gemini servers and SCGI apps without needless bloat
Go to file
panicbit 28162bde5c move split types module into submodules 2020-11-14 04:43:29 +01:00
examples improve error messages 2020-11-14 03:58:57 +01:00
public bump crate version in READMEs 2020-11-14 04:03:45 +01:00
src move split types module into submodules 2020-11-14 04:43:29 +01:00
.gitignore init 2020-10-31 20:53:03 +01:00
CHANGELOG.md improve error messages 2020-11-14 03:58:57 +01:00
Cargo.toml improve error messages 2020-11-14 03:58:57 +01:00
README.md bump crate version in READMEs 2020-11-14 04:03:45 +01:00

README.md

                     __  __         __
   ____  ____  _____/ /_/ /_  _____/ /_____ ______
  / __ \/ __ \/ ___/ __/ __ \/ ___/ __/ __ `/ ___/
 / / / / /_/ / /  / /_/ / / (__  ) /_/ /_/ / /
/_/ /_/\____/_/   \__/_/ /_/____/\__/\__,_/_/

Usage

Add the latest version of northstar to your Cargo.toml.

Manually

northstar = "0.2.0" # check crates.io for the latest version

Automatically

cargo add northstar

Generating a key & certificate

mkdir cert && cd cert
openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365