-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ecc94f
commit 83e0667
Showing
11 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-actix-web" | ||
version = "0.3.0-beta.6" | ||
version = "0.3.0-beta.7" | ||
edition = "2018" | ||
description = "An integration that makes the Perseus frontend framework easy to use with Actix Web." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -14,7 +14,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
perseus = { path = "../perseus", version = "0.3.0-beta.6" } | ||
perseus = { path = "../perseus", version = "0.3.0-beta.7" } | ||
actix-web = "3.3" | ||
actix-files = "0.5" | ||
urlencoding = "2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-cli" | ||
version = "0.3.0-beta.6" | ||
version = "0.3.0-beta.7" | ||
edition = "2018" | ||
description = "The CLI for the Perseus frontend framework." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus" | ||
version = "0.3.0-beta.6" | ||
version = "0.3.0-beta.7" | ||
edition = "2018" | ||
description = "A lightning-fast frontend web dev platform with full support for SSR and SSG." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ categories = ["wasm", "web-programming", "development-tools", "asynchronous", "g | |
[dependencies] | ||
sycamore = { version = "0.6", features = ["ssr"] } | ||
sycamore-router = "0.6" | ||
perseus-macro = { path = "../perseus-macro", version = "0.3.0-beta.6" } | ||
perseus-macro = { path = "../perseus-macro", version = "0.3.0-beta.7" } | ||
web-sys = { version = "0.3", features = ["Headers", "Navigator", "NodeList", "Request", "RequestInit", "RequestMode", "Response", "ReadableStream", "Window"] } | ||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } | ||
wasm-bindgen-futures = "0.4" | ||
|