mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-22 19:01:32 +00:00
taplo fmt.
This commit is contained in:
parent
c157b8f0fc
commit
cdd5f65b79
1 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,14 @@ doctest = false
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
full = ["lemmy_db_schema/full", "lemmy_utils", "i-love-jesus", "diesel", "diesel-async", "ts-rs"]
|
full = [
|
||||||
|
"lemmy_db_schema/full",
|
||||||
|
"lemmy_utils",
|
||||||
|
"i-love-jesus",
|
||||||
|
"diesel",
|
||||||
|
"diesel-async",
|
||||||
|
"ts-rs",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lemmy_db_schema = { workspace = true }
|
lemmy_db_schema = { workspace = true }
|
||||||
|
|
Loading…
Reference in a new issue