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

29 lines
810 B
TOML

[package]
name = "acrate_database"
version = "0.2.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
description = "Database schema and migrations for the acrate project"
repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate"
license = "EUPL-1.2"
keywords = ["fediverse", "diesel", "database", "postgresql", "database-migrations"]
categories = ["database"]
[dependencies]
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
diesel-async = { version = "0.5.1", features = ["postgres"] }
# diesel_migrations = { version = "2.2.0", optional = true }
uuid = "1.11.0"
[features]
# bin = ["diesel_migrations"]
[lib]
name = "acrate_database"
# [[bin]]
# name = "acrate_database_migrate"
# required-features = ["bin"]
[lints.clippy]
tabs-in-doc-comments = "allow"