Skip to content

Commit

Permalink
fix: add repository field to Cargo.toml (#79)
Browse files Browse the repository at this point in the history
To make the repository easier to find.

---------

Co-authored-by: Sasha Pourcelot <[email protected]>
  • Loading branch information
smoelius and scrabsha authored Oct 26, 2024
1 parent bdfa65f commit 49dde3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "MIT OR Apache-2.0"
edition = "2021"
version = "0.1.1"
rust-version = "1.70.0"
repository = "https://github.com/scrabsha/expandable"

[workspace.dependencies]
# MSRV: 1.70 (checked in CI)
Expand All @@ -28,6 +29,7 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

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

Expand Down
1 change: 1 addition & 0 deletions expandable-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
# MSRV: 1.36 (checked in CI)
Expand Down
1 change: 1 addition & 0 deletions rust-grammar-dpdfa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

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

Expand Down

0 comments on commit 49dde3e

Please sign in to comment.