mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
hakari manage-deps
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3187,6 +3187,7 @@ dependencies = [
|
|||||||
"serde",
|
"serde",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"utils",
|
"utils",
|
||||||
|
"workspace_hack",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ async-trait.workspace = true
|
|||||||
reqwest.workspace = true
|
reqwest.workspace = true
|
||||||
utils.workspace = true
|
utils.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|
||||||
|
|||||||
Reference in New Issue
Block a user