Añade carga de ajustes de configuración globales
This commit is contained in:
parent
4e23523e80
commit
96884cbbc0
12 changed files with 146 additions and 12 deletions
|
|
@ -24,15 +24,18 @@ categories = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
doc-comment = "0.3.3"
|
||||
once_cell = "1.9.0"
|
||||
|
||||
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
||||
actix-web = "4.0.0-rc.3"
|
||||
sycamore = { version = "0.8.0-beta.2", features = ["ssr"] }
|
||||
|
||||
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[lib]
|
||||
name = "pagetop"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "pagetop"
|
||||
path = "src/main.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue