mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 11:20:38 +00:00
* feat(tests-fuzz): add CreateTableExprGenerator * refactor: move Column to root of ir mod * feat: add AlterTableExprGenerator * feat: add Serialize and Deserialize derive * chore: refactor the AlterExprGenerator
21 lines
535 B
TOML
21 lines
535 B
TOML
[package]
|
|
name = "tests-fuzz"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = { workspace = true }
|
|
common-error = { workspace = true }
|
|
common-macro = { workspace = true }
|
|
common-query = { workspace = true }
|
|
datatypes = { workspace = true }
|
|
derive_builder = { workspace = true }
|
|
faker_rand = "0.1"
|
|
lazy_static = { workspace = true }
|
|
partition = { workspace = true }
|
|
rand = { workspace = true }
|
|
serde = { workspace = true }
|
|
snafu = { workspace = true }
|
|
sql = { workspace = true }
|