Skip to content

Commit b7d3fe6

Browse files
committed
crane: additionals init
1 parent f2b9f7b commit b7d3fe6

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.cargo/audit.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[licenses]
2+
allow = ["MIT"]

taplo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Sorts `Cargo.toml` dependencies. All other `.toml` files are formatted with the default config.
2+
#
3+
# https://taplo.tamasfe.dev/configuration/file.html#configuration-file
4+
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

Comments
 (0)