2021-03-25 19:19:40 +00:00
|
|
|
[package]
|
|
|
|
name = "lemmy_api_crud"
|
2022-11-17 15:23:01 +00:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
documentation.workspace = true
|
2022-11-24 16:38:00 +00:00
|
|
|
repository.workspace = true
|
2021-03-25 19:19:40 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-17 15:23:01 +00: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 = { workspace = true }
|
|
|
|
actix-web = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
|
|
|
url = { workspace = true }
|
|
|
|
async-trait = { workspace = true }
|
2021-09-27 14:49:47 +00:00
|
|
|
webmention = "0.4.0"
|