File tree Expand file tree Collapse file tree 2 files changed +32
-15
lines changed Expand file tree Collapse file tree 2 files changed +32
-15
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,41 @@ members = ["serve"]
4
4
[workspace .package ]
5
5
edition = " 2024"
6
6
7
- [package ]
8
- name = " blog"
9
- version = " 0.1.0"
10
- edition.workspace = true
11
- authors = [" The Rust Project Developers" ]
12
-
13
- [dependencies ]
7
+ [workspace .dependencies ]
8
+ blog = { path = " ." }
9
+ chrono = " =0.4.40"
14
10
color-eyre = " =0.6.3"
11
+ comrak = " =0.36.0"
15
12
eyre = " =0.6.12"
16
- serde = { version = " =1.0.218" , features = [" derive" ] }
17
- serde_json = " =1.0.140"
18
- comrak = { version = " =0.36.0" , features = [" bon" ] }
13
+ insta = " =1.42.2"
19
14
rayon = " =1.10.0"
20
15
regex = " =1.11.1"
21
16
sass-rs = " =0.2.2"
22
- chrono = " =0.4.40"
17
+ serde_json = " =1.0.140"
18
+ serde = " =1.0.218"
23
19
tera = " =1.20.0"
20
+ tokio = " =1.44.0"
24
21
toml = " =0.8.20"
22
+ warpy = " =0.3.68"
23
+
24
+ [package ]
25
+ name = " blog"
26
+ version = " 0.1.0"
27
+ edition.workspace = true
28
+ authors = [" The Rust Project Developers" ]
29
+
30
+ [dependencies ]
31
+ chrono.workspace = true
32
+ color-eyre.workspace = true
33
+ comrak = { workspace = true , features = [" bon" ] }
34
+ eyre.workspace = true
35
+ rayon.workspace = true
36
+ regex.workspace = true
37
+ sass-rs.workspace = true
38
+ serde_json.workspace = true
39
+ serde = { workspace = true , features = [" derive" ] }
40
+ tera.workspace = true
41
+ toml.workspace = true
25
42
26
43
[dev-dependencies ]
27
- insta = { version = " =1.42.2 " , features = [" filters" , " glob" ] }
44
+ insta = { workspace = true , features = [" filters" , " glob" ] }
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ version = "0.1.0"
4
4
edition.workspace = true
5
5
6
6
[dependencies ]
7
- blog = { path = " .. " }
8
- warpy = " =0.3.68 "
9
- tokio = " =1.44.0 "
7
+ blog.workspace = true
8
+ warpy.workspace = true
9
+ tokio.workspace = true
You can’t perform that action at this time.
0 commit comments