We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2218 commit 6d35834Copy full SHA for 6d35834
rust/Cargo.toml
@@ -0,0 +1,12 @@
1
+[workspace]
2
+resolver = "2"
3
+members = ["server", "api", "impls"]
4
+default-members = ["server"]
5
+
6
+[profile.release]
7
+panic = "abort"
8
+opt-level = 3
9
+lto = true
10
11
+[profile.dev]
12
rust/rustfmt.toml
+use_small_heuristics = "Max"
+fn_params_layout = "Compressed"
+hard_tabs = true
+use_field_init_shorthand = true
+max_width = 100
+match_block_trailing_comma = true
+# UNSTABLE: format_code_in_doc_comments = true
+# UNSTABLE: overflow_delimited_expr = true
+# UNSTABLE: comment_width = 100
+# UNSTABLE: format_macro_matchers = true
+# UNSTABLE: format_strings = true
+# UNSTABLE: group_imports = "StdExternalCrate"
0 commit comments