mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
18 lines
499 B
TOML
18 lines
499 B
TOML
[package]
|
|
name = "wal_craft"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
clap = "4.0"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
once_cell = "1.13.0"
|
|
postgres = { git = "https://github.com/neondatabase/rust-postgres.git", rev="d052ee8b86fff9897c77b0fe89ea9daba0e1fa38" }
|
|
postgres_ffi = { path = "../" }
|
|
tempfile = "3.2"
|
|
workspace_hack = { version = "0.1", path = "../../../workspace_hack" }
|