mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-24 05:55:34 +00:00
add zenith_utils crate
This is a place for code that's shared between other crates in this repository.
This commit is contained in:
Generated
+4
@@ -2678,3 +2678,7 @@ dependencies = [
|
||||
"postgres_ffi",
|
||||
"walkeeper",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zenith_utils"
|
||||
version = "0.1.0"
|
||||
|
||||
@@ -6,4 +6,5 @@ members = [
|
||||
"zenith",
|
||||
"control_plane",
|
||||
"postgres_ffi",
|
||||
"zenith_utils",
|
||||
]
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "zenith_utils"
|
||||
version = "0.1.0"
|
||||
authors = ["Eric Seppanen <eric@zenith.tech>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
//! zenith_utils is intended to be a place to put code that is shared
|
||||
//! between other crates in this repository.
|
||||
|
||||
Reference in New Issue
Block a user