File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ default = ["json"]
1717json = [" 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 ]
2325anyhow.workspace = true
@@ -48,12 +50,7 @@ serde = { workspace = true, features = ["derive"] }
4850serde_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" ]
5754resolver = " 2"
5855
5956[workspace .package ]
@@ -89,7 +86,7 @@ http-body-util = "0.1.3"
8986itoa = " 1"
9087pin-project-lite = " 0.2.8"
9188quote = " 1.0"
92- serde = " 1"
89+ serde = " 1"
9390serde_json = " 1"
9491serde_qs = " 0.15"
9592sync_wrapper = " 1"
@@ -107,6 +104,4 @@ wstd-macro = { path = "./macro", version = "=0.6.6" }
107104
108105[package .metadata .docs .rs ]
109106all-features = true
110- targets = [
111- " wasm32-wasip2"
112- ]
107+ targets = [" wasm32-wasip2" ]
You can’t perform that action at this time.
0 commit comments