mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 19:40:39 +00:00
## Problem `pg-clients` workflow looks different from the main `build-and-test` workflow for historical reasons (it was my very first task at Neon, and back then I wasn't really familiar with the rest of the CI pipelines). This PR unifies `pg-clients` workflow with `build-and-test` ## Summary of changes - Rename `pg_clients.yml` to `pg-clients.yml` - Run the workflow on changes in relevant files - Create Allure report for tests - Send slack notifications to `#on-call-qa-staging-stream` channel (instead of `#on-call-staging-stream`) - Update Client libraries once we're here
18 lines
398 B
TOML
18 lines
398 B
TOML
[package]
|
|
name = "rust-neon-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
native-tls = "0.2.12"
|
|
postgres-native-tls = "0.5.0"
|
|
tokio = { version = "1.38", features=["rt", "macros"] }
|
|
tokio-postgres = "0.7.10"
|
|
|
|
|
|
# This is not part of the main 'neon' workspace
|
|
[workspace]
|