13 lines
329 B
TOML
13 lines
329 B
TOML
[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 }
|