mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
18 lines
365 B
TOML
18 lines
365 B
TOML
[package]
|
|
name = "statvfs_ldpreload"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
libc.workspace = true
|
|
regex.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
walkdir.workspace = true
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|