fix some database managements

This commit is contained in:
2023-09-06 21:38:17 +02:00
parent f078e9a032
commit d0f75d89a8
7 changed files with 235 additions and 75 deletions

View File

@@ -10,6 +10,8 @@ tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
actix-web = "4"
env_logger = "*"
serde = "*"
fallible-iterator = "*"
[target.x86_64-unknown-linux-gnu]
rustflags = [