From df492501e41cf38c831f5137c87ab5c22088d9ab Mon Sep 17 00:00:00 2001 From: Geoffrey Mureithi <95377562+geofmureithi@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:00:50 +0300 Subject: [PATCH] Chore/cargo publish (#57) * fix: add package details * fix: remove version --- crates/hirola-ssr/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/hirola-ssr/Cargo.toml b/crates/hirola-ssr/Cargo.toml index de74cc7..4a4d01b 100644 --- a/crates/hirola-ssr/Cargo.toml +++ b/crates/hirola-ssr/Cargo.toml @@ -2,6 +2,12 @@ name = "hirola-ssr" version = "0.4.0-beta.0" edition = "2021" +description = "Hirola is an un-opinionated web framework that is focused on simplicity and predictability" +repository = "https://github.com/geofmureithi/hirola" +documentation = "https://hirola-docs.vercel.app/" +readme = "../../README.md" +license = "MIT OR Apache-2.0" +keywords = ["wasm", "html", "ssr", "web"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,5 +17,5 @@ html-escape = { version = "0.2.13" } [dev-dependencies] -hirola = { path = "../../", version = "0.4.0-beta.0" } +hirola = { path = "../../" } wasm-bindgen-test = "0.3.39" \ No newline at end of file