64bf779f7c
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.
17 lines
272 B
TOML
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
|