cargo update, fmt and add rust_embed crate
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
0359a8ef52
commit
33583b71d4
8 changed files with 408 additions and 333 deletions
|
|
@ -2,13 +2,13 @@
|
|||
name = "bin"
|
||||
version = "0.1.0"
|
||||
authors = ["Gunwant Jain <mail@wantguns.dev>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.0"
|
||||
rand = "0.8.4"
|
||||
rocket = "0.5.0-rc.1"
|
||||
tree_magic = "0.2.3"
|
||||
syntect = "4.5.0"
|
||||
syntect = "4.6.0"
|
||||
|
||||
[dependencies.rocket_dyn_templates]
|
||||
version = "0.1.0-rc.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue