mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 18:40:38 +00:00
Also, use Workaround D for `swift/PostgresClientKitExample`, which supports neither SNI nor connections options
18 lines
397 B
TOML
18 lines
397 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.11"
|
|
postgres-native-tls = "0.5.0"
|
|
tokio = { version = "1.28", features=["rt", "macros"] }
|
|
tokio-postgres = "0.7.8"
|
|
|
|
|
|
# This is not part of the main 'neon' workspace
|
|
[workspace]
|