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

14 lines
287 B
TOML
Raw Normal View History

2024-11-09 00:37:12 +01:00
[package]
name = "acrate-core"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-15 02:40:58 +01:00
diesel = { version = "2.2.4", features = ["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"