mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 08:09:58 +00:00
The integration tests, which depend on both walkeeper and pageserver, are moved into yet another directory, 'integration_tests'.
17 lines
544 B
TOML
17 lines
544 B
TOML
[package]
|
|
name = "integration_tests"
|
|
version = "0.1.0"
|
|
authors = ["Stas Kelvich <stas@zenith.tech>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
rand = "0.8.3"
|
|
postgres = { git = "https://github.com/kelvich/rust-postgres", branch = "replication_rebase" }
|
|
tokio-postgres = { git = "https://github.com/kelvich/rust-postgres", branch = "replication_rebase" }
|
|
|
|
pageserver = { path = "../pageserver" }
|
|
walkeeper = { path = "../walkeeper" }
|