Skip to content

Commit b09df47

Browse files
committed
format cargo.toml
1 parent be3ef4a commit b09df47

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ default = ["json"]
1717
json = ["dep:serde", "dep:serde_json"]
1818

1919
[lints.rust]
20-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("wasip3"))'] }
20+
unexpected_cfgs = { level = "warn", check-cfg = [
21+
'cfg(feature, values("wasip3"))',
22+
] }
2123

2224
[dependencies]
2325
anyhow.workspace = true
@@ -48,12 +50,7 @@ serde = { workspace = true, features = ["derive"] }
4850
serde_json.workspace = true
4951

5052
[workspace]
51-
members = [
52-
"axum",
53-
"axum/macro",
54-
"macro",
55-
"test-programs",
56-
]
53+
members = ["axum", "axum/macro", "macro", "test-programs"]
5754
resolver = "2"
5855

5956
[workspace.package]
@@ -89,7 +86,7 @@ http-body-util = "0.1.3"
8986
itoa = "1"
9087
pin-project-lite = "0.2.8"
9188
quote = "1.0"
92-
serde= "1"
89+
serde = "1"
9390
serde_json = "1"
9491
serde_qs = "0.15"
9592
sync_wrapper = "1"
@@ -107,6 +104,4 @@ wstd-macro = { path = "./macro", version = "=0.6.6" }
107104

108105
[package.metadata.docs.rs]
109106
all-features = true
110-
targets = [
111-
"wasm32-wasip2"
112-
]
107+
targets = ["wasm32-wasip2"]

0 commit comments

Comments
 (0)