From 59b3d63998b6f5946acf00a8e6c5b3a2f9a64089 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Sat, 23 Dec 2023 20:51:05 +0100 Subject: [PATCH] chore: add package metadata --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8bb6488..b69e866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,14 @@ [workspace] members = ["hitt-cli", "hitt-formatter", "hitt-parser", "hitt-request"] resolver = "2" + + +[workspace.package] +version = "0.0.1" +authors = ["Mads Hougesen "] +edition = "2021" +license = "MIT" +rust-version = "1.70.0" +repository = "https://github.com/hougesen/hitt" +documentation = "https://github.com/hougesen/hitt#readme" +keywords = ["http", "cli"]