Skip to content

Commit

Permalink
add homepage and repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 27, 2024
1 parent 9fab4df commit 539a052
Show file tree
Hide file tree
Showing 2 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 @@ -8,6 +8,8 @@ edition = "2021"
authors = ["sam0x17"]
description = "Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust"
keywords = ["quoth", "parsing", "language", "DSL", "parser"]
homepage = "https://github.com/sam0x17/quoth"
repository = "https://github.com/sam0x17/quoth"
license = "MIT"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions quoth-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ edition = "2021"
authors = ["sam0x17"]
description = "support macros for quoth"
license = "MIT"
homepage = "https://github.com/sam0x17/quoth"
repository = "https://github.com/sam0x17/quoth"

[lib]
proc-macro = true
Expand Down

0 comments on commit 539a052

Please sign in to comment.