Merge branch 'main' into redesign-tables
This commit is contained in:
commit
3076bcd83e
17 changed files with 618 additions and 247 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -284,6 +284,7 @@ name = "minisql"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bimap",
|
||||
"proto",
|
||||
"serde",
|
||||
"thiserror",
|
||||
]
|
||||
|
|
@ -429,6 +430,9 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"async-trait",
|
||||
"bincode",
|
||||
"rand",
|
||||
"rand_pcg",
|
||||
"rand_seeder",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
]
|
||||
|
|
@ -568,8 +572,6 @@ dependencies = [
|
|||
"parser",
|
||||
"proto",
|
||||
"rand",
|
||||
"rand_pcg",
|
||||
"rand_seeder",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue