Skip to content

Commit

Permalink
Chore/cargo publish (#57)
Browse files Browse the repository at this point in the history
* fix: add package details

* fix: remove version
  • Loading branch information
geofmureithi committed Dec 9, 2023
1 parent 4d06cdb commit df49250
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/hirola-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"

0 comments on commit df49250

Please sign in to comment.