Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Aug 9, 2024
1 parent 46b6f89 commit eb93300
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scout-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "scout-json"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/maxmindlin/scout-lang"
description = "JSON representation of ScoutLang AST"
homepage = "https://scout-lang.netlify.app"
license = "MIT OR Apache-2.0"
keywords = [
"programming-language",
"web-crawling",
"web-scraping",
"crawling",
"scraping",
]

[dependencies]
scout-parser = { version = "0.7.0", path = "../scout-parser/" }
Expand Down

0 comments on commit eb93300

Please sign in to comment.