Skip to content

Commit

Permalink
Small fix to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleidawave committed Jan 3, 2024
1 parent 437210c commit 6608246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ license = "MIT"
homepage = "https://kaleidawave.github.io/posts/introducing-ezno/"
repository = "https://github.com/kaleidawave/ezno"
default-run = "ezno"
keywords = ["javascript", "typescript", "type-checker"]
categories = ["compilers"]
keywords = ["javascript", "typescript", "type-checker"]

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

Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/kaleidawave/ezno"
homepage = "https://kaleidawave.github.io/posts/introducing-ezno/"
categories = ["parser-implementations"]
keywords = ["parser-implementations", "javascript", "parser", "ast", "compiler"]
keywords = ["javascript", "parser", "ast", "compiler", "visitor"]

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

Expand Down

0 comments on commit 6608246

Please sign in to comment.