[package] name = "rustdb-config" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Configuration types for RustDb, compatible with SmartDB JSON schema" [dependencies] serde = { workspace = true } serde_json = { workspace = true } thiserror = { workspace = true }