add remove feature

This commit is contained in:
2023-09-25 18:30:14 +02:00
parent 565cb660ee
commit 40385bbae2
9 changed files with 222 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
actix-web = "4"
env_logger = "*"
derive_more = "*"
log = "*"
serde = "*"
fallible-iterator = "*"