mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
26 lines
695 B
TOML
26 lines
695 B
TOML
[package]
|
|
name = "pagectl"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
camino.workspace = true
|
|
clap = { workspace = true, features = ["string"] }
|
|
humantime.workspace = true
|
|
pageserver = { path = ".." }
|
|
pageserver_api.workspace = true
|
|
remote_storage = { path = "../../libs/remote_storage" }
|
|
postgres_ffi.workspace = true
|
|
thiserror.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
toml_edit.workspace = true
|
|
utils.workspace = true
|
|
svg_fmt.workspace = true
|
|
workspace_hack.workspace = true
|
|
serde_json.workspace = true
|