every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
28
third_party/iroh-org/iroh-gossip/Makefile.toml
vendored
Normal file
28
third_party/iroh-org/iroh-gossip/Makefile.toml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Use cargo-make to run tasks here: https://crates.io/crates/cargo-make
|
||||
|
||||
[tasks.format]
|
||||
workspace = false
|
||||
command = "cargo"
|
||||
args = [
|
||||
"fmt",
|
||||
"--all",
|
||||
"--",
|
||||
"--config",
|
||||
"unstable_features=true",
|
||||
"--config",
|
||||
"imports_granularity=Crate,group_imports=StdExternalCrate,reorder_imports=true",
|
||||
]
|
||||
|
||||
[tasks.format-check]
|
||||
workspace = false
|
||||
command = "cargo"
|
||||
args = [
|
||||
"fmt",
|
||||
"--all",
|
||||
"--check",
|
||||
"--",
|
||||
"--config",
|
||||
"unstable_features=true",
|
||||
"--config",
|
||||
"imports_granularity=Crate,group_imports=StdExternalCrate,reorder_imports=true",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue