Skip to content

Commit

Permalink
chore: minor Cargo.toml updates
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Feb 24, 2024
1 parent 3aa4714 commit e7969ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name = "steward"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/enarx/steward"
repository = "https://github.com/enarx/steward"

[workspace.dependencies]
# Internal dependencies
Expand Down
2 changes: 2 additions & 0 deletions crates/attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "attestation"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/enarx/steward"
repository = "https://github.com/enarx/steward"
description = "Common workload attestation validation library"

[features]
Expand Down
2 changes: 2 additions & 0 deletions crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "steward-server"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/enarx/steward"
repository = "https://github.com/enarx/steward"
description = "Server library for Steward"

[dependencies]
Expand Down

0 comments on commit e7969ec

Please sign in to comment.