mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
15 lines
269 B
TOML
15 lines
269 B
TOML
[package]
|
|
name = "zenith_utils"
|
|
version = "0.1.0"
|
|
authors = ["Eric Seppanen <eric@zenith.tech>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1.3"
|
|
thiserror = "1.0"
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3"
|
|
bytes = "1.0"
|