mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-07 13:59:08 +00:00
move subzero_core to proxy libs (#12742)
We have a dedicated libs folder for proxy related libraries. Let's move the subzero_core stub there.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
target
|
||||
Cargo.lock
|
||||
@@ -0,0 +1,12 @@
|
||||
# This is a stub for the subzero-core crate.
|
||||
[package]
|
||||
name = "subzero-core"
|
||||
version = "3.0.1"
|
||||
edition = "2024"
|
||||
publish = false # "private"!
|
||||
|
||||
[features]
|
||||
default = []
|
||||
postgresql = []
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1 @@
|
||||
// This is a stub for the subzero-core crate.
|
||||
Reference in New Issue
Block a user