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:
Conrad Ludgate
2025-07-25 11:44:28 +01:00
committed by GitHub
parent d9cedb4a95
commit a70a5bccff
5 changed files with 2 additions and 2 deletions

2
libs/proxy/subzero_core/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
target
Cargo.lock

View 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]

View File

@@ -0,0 +1 @@
// This is a stub for the subzero-core crate.