m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 02:13:41 -05:00

Moved all web assets to static folder, added xitca-web's logging feature and added favicons

This commit is contained in:
Sergio
2024-07-11 18:21:31 +03:00
parent e0cad9d3ea
commit 271e299017
8 changed files with 182 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cup"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
[dependencies]
@@ -10,7 +10,7 @@ tokio = {version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"]}
ureq = { version = "2.9.7", features = ["tls"] }
json = "0.12.4"
rayon = "1.10.0"
xitca-web = { version = "0.5.0", optional = true }
xitca-web = { version = "0.5.0", optional = true, features = ["logger"] }
liquid = { version = "0.26.6", optional = true }
bollard = "0.16.1"
once_cell = "1.19.0"