taplo fmt

This commit is contained in:
phiresky 2023-07-23 22:31:03 +00:00
parent 2d086e81df
commit b27277c050
2 changed files with 4 additions and 2 deletions

View File

@ -68,7 +68,9 @@ lemmy_routes = { version = "=0.18.1", path = "./crates/routes" }
lemmy_db_views = { version = "=0.18.1", path = "./crates/db_views" }
lemmy_db_views_actor = { version = "=0.18.1", path = "./crates/db_views_actor" }
lemmy_db_views_moderator = { version = "=0.18.1", path = "./crates/db_views_moderator" }
activitypub_federation = { version = "0.4.6", default-features = false, features = ["actix-web"], git= "https://github.com/phiresky/activitypub-federation-rust/", branch="raw-sending" }
activitypub_federation = { version = "0.4.6", default-features = false, features = [
"actix-web",
], git = "https://github.com/phiresky/activitypub-federation-rust/", branch = "raw-sending" }
diesel = "2.1.0"
diesel_migrations = "2.1.0"
diesel-async = "0.3.1"

View File

@ -27,5 +27,5 @@ diesel-async = { workspace = true, features = [
], optional = true }
serde = { workspace = true }
serde_with = { workspace = true }
ts-rs = { workspace = true, optional = true }
ts-rs = { workspace = true, optional = true }
chrono.workspace = true