File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
11
[dependencies ]
12
- perseus = { path = " ../../packages/perseus " }
12
+ perseus = " 0.1.1 "
13
13
sycamore = { version = " 0.5.1" , features = [" ssr" ] }
14
14
sycamore-router = " 0.5.1"
15
15
serde = { version = " 1" , features = [" derive" ] }
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > Perseus Starter App</ title >
8
+ <!-- Importing this runs Perseus -->
9
+ < script src ="/.perseus/bundle.js " defer > </ script >
10
+ </ head >
11
+ < body >
12
+ < div id ="root "> </ div >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ serde_json = "1"
31
31
name = " lib"
32
32
33
33
[[bin ]]
34
- name = " cli "
34
+ name = " perseus "
35
35
path = " src/bin/main.rs"
You can’t perform that action at this time.
0 commit comments