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