mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
21 lines
437 B
TOML
21 lines
437 B
TOML
[package]
|
|
name = "neon-shmem"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
nix.workspace=true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|
|
libc.workspace = true
|
|
lock_api.workspace = true
|
|
rustc-hash.workspace = true
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
tempfile = "3.14.0"
|
|
|
|
[dev-dependencies]
|
|
rand.workspace = true
|
|
rand_distr = "0.5.1"
|