fix: introduce taplo.toml and sort Cargo.toml (#2096)

* fix: add taplo.toml

* fix: introduce taplo.toml & sort cargo.toml

* chore: remove option in ci too
This commit is contained in:
shuiyisong
2023-08-04 14:44:45 +08:00
committed by GitHub
parent 93cd4ab89d
commit 7efff2d704
34 changed files with 114 additions and 79 deletions

View File

@@ -8,11 +8,11 @@ license.workspace = true
proc-macro = true
[dependencies]
common-telemetry = { path = "../telemetry" }
backtrace = "0.3"
common-telemetry = { path = "../telemetry" }
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
arc-swap = "1.0"