[package] name = "acrate-core" version = "0.1.0" edition = "2021" [dependencies] diesel = { version = "2.2.4", features = ["postgres", "uuid"] } diesel-async = { version = "0.5.1", features = ["postgres"] } diesel_migrations = "2.2.0" uuid = "1.11.0" [lints.clippy] tabs-in-doc-comments = "allow"