added settings crate, creating settings on web startup
This commit is contained in:
parent
9c2b43ec3c
commit
a85c1431c8
7 changed files with 148 additions and 7 deletions
9
crates/settings/Cargo.toml
Normal file
9
crates/settings/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "settings"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
database = { path = "../database" }
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue