Add saving periods
This commit is contained in:
parent
12d57d020f
commit
483fd60daa
13 changed files with 271 additions and 52 deletions
|
|
@ -11,6 +11,7 @@ authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
diesel = { version = "1.4", features = ["sqlite", "uuid"] }
|
||||
diesel_migrations = "1.4"
|
||||
dotenv = "0.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue