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

14 lines
321 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 01:51:30 +01:00
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
diesel_migrations = "2.2.0"
2024-11-11 08:46:16 +01:00
acrate-hostmeta = { path = "../acrate-hostmeta" }
acrate-nodeinfo = { path = "../acrate-nodeinfo" }
[lints.clippy]
tabs-in-doc-comments = "allow"