mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
9840f5c1c1
* Upgrading deps, running clippy fix on nightly 1.55.0 * Running clippy --fix * Trying to fix transform * Trying to fix another transform * Upgrading http-signature-normalization-actix * Fix app_data * Fix pictrs uploading * Fix unwrap
18 lines
409 B
TOML
18 lines
409 B
TOML
[package]
|
|
name = "lemmy_db_views"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
lemmy_db_queries = { path = "../db_queries" }
|
|
lemmy_db_schema = { path = "../db_schema" }
|
|
diesel = { version = "1.4.7", features = ["postgres","chrono","r2d2","serde_json"] }
|
|
serde = { version = "1.0.126", features = ["derive"] }
|
|
log = "0.4.14"
|
|
url = "2.2.2"
|
|
|
|
[dev-dependencies]
|
|
serial_test = "0.5.1"
|