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

@@ -23,12 +23,12 @@ common-query = { path = "../common/query" }
common-recordbatch = { path = "../common/recordbatch" }
common-telemetry = { path = "../common/telemetry" }
common-time = { path = "../common/time" }
datafusion.workspace = true
datafusion-common.workspace = true
datafusion-expr.workspace = true
datafusion-optimizer.workspace = true
datafusion-physical-expr.workspace = true
datafusion-sql.workspace = true
datafusion.workspace = true
datatypes = { path = "../datatypes" }
futures = "0.3"
futures-util.workspace = true
@@ -44,15 +44,15 @@ regex.workspace = true
serde.workspace = true
serde_json = "1.0"
session = { path = "../session" }
substrait = { path = "../common/substrait" }
snafu = { version = "0.7", features = ["backtraces"] }
sql = { path = "../sql" }
substrait = { path = "../common/substrait" }
table = { path = "../table" }
tokio.workspace = true
[dev-dependencies]
arrow.workspace = true
approx_eq = "0.1"
arrow.workspace = true
catalog = { path = "../catalog", features = ["testing"] }
common-function-macro = { path = "../common/function-macro" }
format_num = "0.1"