lemmy/crates/db_views_actor/Cargo.toml
Dessalines af225a42d0
Fix prod deploy script and clippy (#1724)
* Updating lemmy-js-client.

* Fix prod deploy script and clippy

* Try using buster.

* Using more generic and updated images.

* again.

* again.

* Try alternate env

* again.

* again.

* Version 0.11.4-rc.24

* again.

* Better old_tag

* Version 0.11.4-rc.27

* Updating cargo.lock

* Trying to run a cargo check to update the lock

* Version 0.11.4-rc.28
2021-08-25 17:26:10 -04:00

16 lines
478 B
TOML

[package]
name = "lemmy_db_views_actor"
version = "0.11.4-rc.28"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
[lib]
doctest = false
[dependencies]
lemmy_db_queries = { version = "=0.11.4-rc.28", path = "../db_queries" }
lemmy_db_schema = { version = "=0.11.4-rc.28", path = "../db_schema" }
diesel = { version = "1.4.7", features = ["postgres","chrono","r2d2","serde_json"] }
serde = { version = "1.0.127", features = ["derive"] }