refactor: add standalone PgOid type
This commit is contained in:
parent
bdb6a955df
commit
6d1af26fa8
10 changed files with 136 additions and 66 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