Working on thread titles

This commit is contained in:
2023-07-07 15:39:12 -04:00
parent 7d94f07329
commit c36c03ded5
3 changed files with 39 additions and 2 deletions

View File

@@ -38,4 +38,8 @@ features = ["json", "rustls-tls"]
[dependencies.diesel]
version = "2.1.0"
default-features = false
features = ["postgres", "32-column-tables", "serde_json", "r2d2", "with-deprecated"]
features = ["postgres", "32-column-tables", "serde_json", "r2d2", "with-deprecated"]
[dependencies.rust-bert]
version = "0.21.0"
features = ["download-libtorch"]