add zenith_utils crate

This is a place for code that's shared between other crates in this
repository.
This commit is contained in:
Eric Seppanen
2021-04-20 10:53:43 -07:00
parent 7f777a485e
commit f387769203
4 changed files with 15 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ members = [
"zenith",
"control_plane",
"postgres_ffi",
"zenith_utils",
]