Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 27, 2024
1 parent bb29cc3 commit f2c04e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "quoth"
version = "0.1.0"
edition = "2021"
authors = ["sam0x17"]
description = "A developer-friendly parsing library for implementing language and syntax parsers in Rust"
description = "A scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust"
keywords = ["parsing", "language", "DSL", "parser", "syntax"]
license = "MIT"

Expand Down

0 comments on commit f2c04e5

Please sign in to comment.