Skip to content

Add continuous delivery to crates.io

Already added a secret deploy token CARGO_PUBLISH to Gitlab.

Should add a script which contains: cargo publish --token "$CARGO_PUBLISH"

Should only run on tagged commits, successful builds and master. And versioning?