lemmy/crates/api_common/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

27 lines
995 B
TOML

[package]
name = "lemmy_api_common"
version = "0.11.4-rc.28"
edition = "2018"
description = "A link aggregator for the fediverse"
license = "AGPL-3.0"
[lib]
name = "lemmy_api_common"
path = "src/lib.rs"
doctest = false
[dependencies]
lemmy_db_queries = { version = "=0.11.4-rc.28", path = "../db_queries" }
lemmy_db_views = { version = "=0.11.4-rc.28", path = "../db_views" }
lemmy_db_views_moderator = { version = "=0.11.4-rc.28", path = "../db_views_moderator" }
lemmy_db_views_actor = { version = "=0.11.4-rc.28", path = "../db_views_actor" }
lemmy_db_schema = { version = "=0.11.4-rc.28", path = "../db_schema" }
lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
serde = { version = "1.0.127", features = ["derive"] }
log = "0.4.14"
diesel = "1.4.7"
actix-web = { version = "4.0.0-beta.8", default-features = false, features = ["cookies"] }
chrono = { version = "0.4.19", features = ["serde"] }
serde_json = { version = "1.0.66", features = ["preserve_order"] }
url = "2.2.2"