Skip to content

Commit

Permalink
Release of v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Nov 28, 2024
1 parent d7618b1 commit 9c490fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ authors = ["Enzo Nocera"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos_wasi"
description = "WASI integrations for the Leptos web framework."
version = "0.0.1"
version = "0.1.0"
edition = "2021"

[dependencies]
throw_error = { git = "https://github.com/leptos-rs/leptos" }
hydration_context = { git = "https://github.com/leptos-rs/leptos" }
throw_error = { version = "0.2.0-rc2" }
hydration_context = { version = "0.2.0-rc2" }
futures = "0.3.30"
wasi = "0.13.1+wasi-0.2.0"
leptos = { git = "https://github.com/leptos-rs/leptos", features = ["nonce", "ssr"] }
leptos_meta = { git = "https://github.com/leptos-rs/leptos", features = ["ssr"] }
leptos_router ={ git = "https://github.com/leptos-rs/leptos", features = ["ssr"] }
leptos_macro ={ git = "https://github.com/leptos-rs/leptos", features = ["generic"] }
leptos_integration_utils = { git = "https://github.com/leptos-rs/leptos" }
server_fn = { git = "https://github.com/leptos-rs/leptos", features = ["generic"] }
leptos = { version = "0.7.0-rc2", features = ["nonce", "ssr"] }
leptos_meta = { version = "0.7.0-rc2", features = ["ssr"] }
leptos_router ={ version = "0.7.0-rc2", features = ["ssr"] }
leptos_macro ={ version = "0.7.0-rc2", features = ["generic"] }
leptos_integration_utils = { version = "0.7.0-rc2" }
server_fn = { version = "0.7.0-rc2", features = ["generic"] }
http = "1.1.0"
parking_lot = "0.12.3"
bytes = "1.7.2"
routefinder = "0.5.4"
mime_guess = "2.0"
thiserror = "1.0.65"
thiserror = "2"

[features]
islands-router = []
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 9c490fa

Please sign in to comment.