Files
greptimedb/Cargo.toml

36 lines
793 B
TOML

[workspace]
members = [
"src/api",
"src/catalog",
"src/client",
"src/cmd",
"src/common/base",
"src/common/error",
"src/common/function",
"src/common/function-macro",
"src/common/grpc",
"src/common/query",
"src/common/recordbatch",
"src/common/runtime",
"src/common/telemetry",
"src/common/time",
"src/datanode",
"src/datatypes",
"src/frontend",
"src/log-store",
"src/logical-plans",
"src/object-store",
"src/query",
"src/script",
"src/servers",
"src/sql",
"src/storage",
"src/store-api",
"src/table",
"src/table-engine",
"test-util",
]
[patch.crates-io]
sqlparser = { git = "https://github.com/sunng87/sqlparser-rs.git", branch = "feature/argument-for-custom-type-for-v015" }