mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* feat:resolve unused dependencies with cargo-udeps (#6578) Signed-off-by: Arshdeep54 <balarsh535@gmail.com> * Apply suggestion from @zyy17 Co-authored-by: zyy17 <zyylsxm@gmail.com> * Apply suggestion from @zyy17 Co-authored-by: zyy17 <zyylsxm@gmail.com> --------- Signed-off-by: Arshdeep54 <balarsh535@gmail.com> Co-authored-by: Ning Sun <classicning@gmail.com> Co-authored-by: zyy17 <zyylsxm@gmail.com>
23 lines
469 B
TOML
23 lines
469 B
TOML
[package]
|
|
name = "common-sql"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-decimal.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-time.workspace = true
|
|
datafusion-sql.workspace = true
|
|
datatypes.workspace = true
|
|
hex = "0.4"
|
|
jsonb.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
sqlparser.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|