diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b76a34b..363b598 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,3 +62,13 @@ jobs: cache-on-failure: "true" - name: Run clippy run: cargo clippy -- -D clippy::all + dry-publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: Swatinem/rust-cache@v2 + with: + cache-on-failure: "true" + - name: Run dry publish + run: cargo publish --dry-run + diff --git a/Cargo.toml b/Cargo.toml index daeb124..bd48385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "SLIP10 implementation in Rust" +repository = "https://github.com/dfns/slip-10" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html