1
Fork 0
tirocinio-canali-steffo-acrate/acrate-core/Cargo.toml

14 lines
299 B
TOML
Raw Normal View History

2024-11-08 23:37:12 +00:00
[package]
name = "acrate-core"
version = "0.1.0"
edition = "2021"
[dependencies]
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
2024-11-15 01:40:58 +00:00
diesel-async = { version = "0.5.1", features = ["postgres"] }
diesel_migrations = "2.2.0"
uuid = "1.11.0"
[lints.clippy]
tabs-in-doc-comments = "allow"