Skip to content

Commit

Permalink
add repo to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent c4b3d2a commit f4f71a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ members = [
]
resolver = "2"

[workspace.package]
repository = "https://github.com/BrettMayson/HEMTT"

[workspace.lints.clippy]
all = { level = "deny", priority = -1 }
nursery = { level = "deny", priority = -1 }
Expand Down
1 change: 1 addition & 0 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.13.3"
edition = "2021"
license = "GPL-2.0"
authors = ["Brett Mayson <[email protected]>"]
repository.workspace = true

[lints]
workspace = true
Expand Down

0 comments on commit f4f71a2

Please sign in to comment.