mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +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:
2
libs/proxy/subzero_core/.gitignore
vendored
Normal file
2
libs/proxy/subzero_core/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
target
|
||||
Cargo.lock
|
||||
12
libs/proxy/subzero_core/Cargo.toml
Normal file
12
libs/proxy/subzero_core/Cargo.toml
Normal file
@@ -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]
|
||||
1
libs/proxy/subzero_core/src/lib.rs
Normal file
1
libs/proxy/subzero_core/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
// This is a stub for the subzero-core crate.
|
||||
Reference in New Issue
Block a user