Skip to content

Commit

Permalink
Add metadata for crates.io (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson authored Feb 16, 2024
1 parent c85ec5c commit 960f78f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions leptos-spin-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "leptos-spin-macro"
version = "0.1.0"
edition = "2021"
description = "Spin support for Leptos"
license = "Apache-2.0"
homepage = "https://github.com/fermyon/leptos-spin"

[lib]
proc-macro = true
Expand Down
5 changes: 3 additions & 2 deletions leptos-spin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name = "leptos-spin"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Spin support for Leptos"
license = "Apache-2.0"
homepage = "https://github.com/fermyon/leptos-spin"

[dependencies]
dashmap = "5.5.3"
Expand Down

0 comments on commit 960f78f

Please sign in to comment.