Added current block info and skeleton of website
This commit is contained in:
@@ -11,7 +11,13 @@ lazy_static = "1.5.0"
|
||||
rocket = "0.5.1"
|
||||
serde_json = "1.0.120"
|
||||
ureq = { version = "2.10.0", features = ["json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
|
||||
[dependencies.rocket_dyn_templates]
|
||||
version = "0.2.0"
|
||||
features = ["tera"]
|
||||
|
||||
[dependencies.serde_with]
|
||||
version = "1.9.1"
|
||||
features = [ "chrono" ]
|
||||
|
||||
Reference in New Issue
Block a user