You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views_moderator/Cargo.toml

21 lines
587 B
TOML

[package]
name = "lemmy_db_views_moderator"
2 years ago
version = "0.16.5"
edition = "2021"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
rust-version = "1.57"
[lib]
doctest = false
[features]
full = ["lemmy_db_schema/full", "diesel"]
[dependencies]
2 years ago
lemmy_db_schema = { version = "=0.16.5", path = "../db_schema" }
diesel = { version = "2.0.0", features = ["postgres","chrono","r2d2","serde_json"], optional = true }
serde = { version = "1.0.145", features = ["derive"] }