added settings crate, creating settings on web startup

This commit is contained in:
Philippe Loctaux 2023-02-27 16:17:51 +01:00
parent 9c2b43ec3c
commit a85c1431c8
7 changed files with 148 additions and 7 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "settings"
version = "0.0.0"
edition = "2021"
[dependencies]
database = { path = "../database" }
thiserror = { workspace = true }
chrono = { workspace = true }