Implement connection in yet another way

This commit is contained in:
Joscha 2022-06-22 10:47:56 +02:00
parent 49169a1b62
commit 03c1fe7f34
9 changed files with 573 additions and 87 deletions

View file

@ -12,6 +12,7 @@ directories = "4.0.1"
edit = "0.1.4"
futures = "0.3.21"
parking_lot = "0.12.1"
rand = "0.8.5"
rusqlite = { version = "0.27.0", features = ["chrono"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"