mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
328a48c9f5
* Remove error-type feature from lemmy-utils * fixes --------- Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
36 lines
978 B
TOML
36 lines
978 B
TOML
[package]
|
|
name = "lemmy_api_crud"
|
|
publish = false
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
lemmy_utils = { workspace = true, features = ["full"] }
|
|
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 }
|
|
actix-web = { workspace = true }
|
|
tracing = { workspace = true }
|
|
url = { workspace = true }
|
|
futures.workspace = true
|
|
uuid = { workspace = true }
|
|
moka.workspace = true
|
|
once_cell.workspace = true
|
|
anyhow.workspace = true
|
|
webmention = "0.5.0"
|
|
accept-language = "3.1.0"
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["futures"]
|