13 lines
274 B
TOML
13 lines
274 B
TOML
[package]
|
|
name = "acrate-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
diesel = "2.2.4"
|
|
diesel_migrations = "2.2.0"
|
|
acrate-hostmeta = { path = "../acrate-hostmeta" }
|
|
acrate-nodeinfo = { path = "../acrate-nodeinfo" }
|
|
|
|
[lints.clippy]
|
|
tabs-in-doc-comments = "allow"
|