From 22f0d87196705f9acad4c709f92b65e9be5a48ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 21 Feb 2023 22:26:10 +0100 Subject: [PATCH] Cargo: update metadata (#90) * Cargo: update metadata * ci: don't fail fast --- .github/workflows/build.yml | 3 ++- Cargo.toml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31a4757..48d450f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: ${{ matrix.rust == 'nightly' }} strategy: + fail-fast: false matrix: rust: - stable @@ -39,4 +40,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings \ No newline at end of file + args: -- -D warnings diff --git a/Cargo.toml b/Cargo.toml index 98a305e..cbb121e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "sphinx" version = "0.1.0" authors = ["Ania Piotrowska ", "Dave Hrycyszyn ", "Jędrzej Stuczyński "] edition = "2018" +license = "Apache-2.0" +description = "A Sphinx packet implementation in Rust" +repository = "https://github.com/nymtech/sphinx" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html