lenso-organization-postgres-plugin 0.2.0

PostgreSQL-backed Organization Plugin for Lenso vNext.
Documentation
[package]
name = "lenso-organization-postgres-plugin"
version = "0.2.0"
edition.workspace = true
license.workspace = true
publish = true
repository.workspace = true
description = "PostgreSQL-backed Organization Plugin for Lenso vNext."

[dependencies]
futures.workspace = true
getrandom.workspace = true
lenso-capability-organization-admin = { path = "../lenso-capability-organization-admin", version = "0.2.0" }
lenso-capability-organization-membership = { path = "../lenso-capability-organization-membership", version = "0.1.0" }
lenso-capability-secrets.workspace = true
lenso-kernel.workspace = true
lenso-native-adapter.workspace = true
lenso-postgres-kit.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
zeroize.workspace = true

[dev-dependencies]
tokio.workspace = true

[lints]
workspace = true