2024-11-08 23:37:12 +00:00
|
|
|
[package]
|
|
|
|
name = "acrate-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-15 00:51:30 +00:00
|
|
|
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
|
2024-11-08 23:56:51 +00:00
|
|
|
diesel_migrations = "2.2.0"
|
2024-11-15 00:57:13 +00:00
|
|
|
uuid = "1.11.0"
|
2024-11-11 05:06:41 +00:00
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
tabs-in-doc-comments = "allow"
|