style: format all toml with taplo

This commit is contained in:
Matthias Ahouansou 2024-05-06 19:43:13 +01:00
parent 08485ea5e4
commit e2d91e26d6
No known key found for this signature in database
9 changed files with 158 additions and 76 deletions

View file

@ -12,11 +12,11 @@
[toolchain]
channel = "1.78.0"
components = [
# For rust-analyzer
"rust-src",
# For rust-analyzer
"rust-src",
]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
]