File tree 1 file changed +3
-14
lines changed 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ rand = "0.8.4"
14
14
crossbeam = " 0.8.1"
15
15
libxml = " 0.3.0"
16
16
unicode-segmentation = " 1.8.0"
17
+ rocket =" 0.5.0"
18
+ rocket_dyn_templates = {version =" 0.1.0" , features = [" tera" ]}
19
+ rocket_db_pools = { version = " 0.1.0" , features = [" deadpool_redis" ]}
17
20
18
21
[[bin ]]
19
22
path = " src/main.rs"
@@ -29,17 +32,3 @@ criterion = {version = "0.3.5", features=["async_tokio"]}
29
32
[[bench ]]
30
33
name = " dirty_render"
31
34
harness = false
32
-
33
- [dependencies .rocket ]
34
- git =" https://github.com/SergioBenitez/Rocket"
35
- version =" 0.5.0-rc.2"
36
-
37
- [dependencies .rocket_dyn_templates ]
38
- git =" https://github.com/SergioBenitez/Rocket"
39
- version = " 0.1.0-rc.2"
40
- features = [" tera" ]
41
-
42
- [dependencies .rocket_db_pools ]
43
- git =" https://github.com/SergioBenitez/Rocket"
44
- version = " 0.1.0-rc"
45
- features = [" deadpool_redis" ]
You can’t perform that action at this time.
0 commit comments