mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
36 lines
793 B
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" }
|