rust-postgres/Cargo.toml
Zeb Piasecki 64bf779f7c feat: add support for wasm
Adds support for compiling to WASM environments that provide JS via
wasm-bindgen. Because there's no standardized socket API the caller must
provide a connection that implements AsyncRead/AsyncWrite to
connect_raw.
2023-06-03 17:08:59 -04:00

17 lines
272 B
TOML

[workspace]
resolver = "2"
members = [
"codegen",
"postgres",
"postgres-derive",
"postgres-derive-test",
"postgres-native-tls",
"postgres-openssl",
"postgres-protocol",
"postgres-types",
"tokio-postgres",
]
[profile.release]
debug = 2