Skip to content

Commit

Permalink
Merge pull request #24 from Foundation-Devices/jeandudey/sft-3383-add…
Browse files Browse the repository at this point in the history
…-missing-cargotoml-fields

SFT-3383: Add foundation-ur Cargo.toml fields.
  • Loading branch information
jeandudey committed Feb 16, 2024
2 parents 72a6580 + b76e1fd commit 03f80c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
- run: cargo install --locked cargo-audit
- run: cargo audit

are-dependencies-sorted:
name: Are the dependencies sorted?
needs: [pass-security-audit]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rust-toolchain
with:
toolchain: 1.70
- run: cargo install --locked cargo-sort
- run: cargo sort --workspace --check

are-versions-really-minimal:
name: Are versions really minimal?
needs: [pass-security-audit]
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ members = [
"urtypes/fuzz",
]

[workspace.package]
homepage = "https://github.com/Foundation-Devices/foundation-rs"

[workspace.dependencies]
arbitrary = { version = "1", features = ["derive"] }
bech32 = { version = "0.9", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions ur/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ authors = [
"Dominik Spicher <[email protected]>",
"Foundation Devices, Inc. <[email protected]>",
]
description = """
Implementation of Blockchain Common's Uniform Resources (UR) standard,
with static memory allocation for embedded devices while also allowing
to use dynamic memory allocation for platforms with more resources.
"""
homepage.workspace = true
version = "0.1.0"
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 03f80c3

Please sign in to comment.