Skip to content

Commit

Permalink
Merge pull request #19 from cbgbt/update-cargo-toml
Browse files Browse the repository at this point in the history
chore: update Cargo.toml with repo link
  • Loading branch information
cbgbt authored Oct 26, 2023
2 parents 28bd991 + 69d8974 commit fc51fed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bottlerocket-settings-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "bottlerocket-settings-sdk"
version = "0.1.0"
license = "Apache-2.0 OR MIT"
edition = "2021"
repository = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
readme = "../README.md"

[dependencies]
bottlerocket-template-helper = { path = "../bottlerocket-template-helper", version = "0.1" }
Expand Down
2 changes: 2 additions & 0 deletions bottlerocket-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "bottlerocket-template-helper"
version = "0.1.0"
license = "Apache-2.0 OR MIT"
edition = "2021"
repository = "https://github.com/bottlerocket-os/bottlerocket-settings-sdk"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit fc51fed

Please sign in to comment.