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 f2b9f7b commit b7d3fe6Copy full SHA for b7d3fe6
.cargo/audit.toml
@@ -0,0 +1,4 @@
1
+# Doesn't work in the sandbox
2
+[yanked]
3
+enabled = false # Warn for yanked crates in Cargo.lock (default: true)
4
+update_index = false # Auto-update the crates.io index (default: true)
deny.toml
@@ -0,0 +1,2 @@
+[licenses]
+allow = ["MIT"]
taplo.toml
@@ -0,0 +1,13 @@
+# Sorts `Cargo.toml` dependencies. All other `.toml` files are formatted with the default config.
+#
+# https://taplo.tamasfe.dev/configuration/file.html#configuration-file
+
5
+[formatting]
6
+reorder_keys = false
7
8
+[[rule]]
9
+include = ["**/Cargo.toml"]
10
+keys = ["dependencies"]
11
12
+[rule.formatting]
13
+reorder_keys = true
0 commit comments