style: Sort crates by name
This commit is contained in:
@@ -3,15 +3,13 @@ name = "google_home"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
async-trait = { workspace = true }
|
||||
automation_cast = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
google_home_macro = { workspace = true }
|
||||
json_value_merge = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
json_value_merge = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user