mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 20:40:37 +00:00
17 lines
297 B
TOML
17 lines
297 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
|