From eb9330024b43cb6fdb0fafcde9ac2e1ad90b9890 Mon Sep 17 00:00:00 2001 From: maxmindlin <35264981+maxmindlin@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:22:12 -0400 Subject: [PATCH] fix cargo.toml --- scout-json/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scout-json/Cargo.toml b/scout-json/Cargo.toml index 8056bbd..47ecfed 100644 --- a/scout-json/Cargo.toml +++ b/scout-json/Cargo.toml @@ -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/" }