mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2678,3 +2678,7 @@ dependencies = [
|
|||||||
"postgres_ffi",
|
"postgres_ffi",
|
||||||
"walkeeper",
|
"walkeeper",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "zenith_utils"
|
||||||
|
version = "0.1.0"
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ members = [
|
|||||||
"zenith",
|
"zenith",
|
||||||
"control_plane",
|
"control_plane",
|
||||||
"postgres_ffi",
|
"postgres_ffi",
|
||||||
|
"zenith_utils",
|
||||||
]
|
]
|
||||||
|
|||||||
7
zenith_utils/Cargo.toml
Normal file
7
zenith_utils/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[package]
|
||||||
|
name = "zenith_utils"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Eric Seppanen <eric@zenith.tech>"]
|
||||||
|
edition = "2018"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
3
zenith_utils/src/lib.rs
Normal file
3
zenith_utils/src/lib.rs
Normal file
@@ -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