mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 16:12:56 +00:00
We have a dedicated libs folder for proxy related libraries. Let's move the subzero_core stub there.
13 lines
198 B
TOML
13 lines
198 B
TOML
# 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]
|