Add asynchronous call to database.
[recipes.git] / backend / Cargo.toml
index dfff361..cc98cf5 100644 (file)
@@ -35,3 +35,5 @@ rand_core = {version = "0.6", features = ["std"]}
 rand = "0.8"
 
 lettre = {version = "0.10", default-features = false, features = ["smtp-transport", "pool", "hostname", "builder", "rustls-tls"]}
+
+derive_more = "0.99"
\ No newline at end of file