2021-03-25 15:19:40 -04:00
|
|
|
[package]
|
|
|
|
name = "lemmy_api_crud"
|
2022-11-17 10:23:01 -05:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
documentation.workspace = true
|
2022-11-24 11:38:00 -05:00
|
|
|
repository.workspace = true
|
2021-03-25 15:19:40 -04:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-17 10:23:01 -05:00
|
|
|
lemmy_utils = { workspace = true }
|
|
|
|
lemmy_db_schema = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_db_views = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_db_views_actor = { workspace = true, features = ["full"] }
|
|
|
|
lemmy_api_common = { workspace = true, features = ["full"] }
|
|
|
|
activitypub_federation = { workspace = true }
|
|
|
|
bcrypt = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
actix-web = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
|
|
|
url = { workspace = true }
|
|
|
|
async-trait = { workspace = true }
|
2021-09-27 10:49:47 -04:00
|
|
|
webmention = "0.4.0"
|