19 lines
359 B
INI
19 lines
359 B
INI
[package]
|
|
name = "stringqb"
|
|
version = "0.1.0"
|
|
authors = ["Timothy Warren <twarren@nabancard.com>"]
|
|
edition = "2018"
|
|
categories = ["database"]
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.39"
|
|
|
|
[dependencies.postgres]
|
|
version="0.15.2"
|
|
features=["with-serde_json"]
|
|
optional=true
|
|
|
|
[dependencies.rusqlite]
|
|
version="0.17.0"
|
|
features=["chrono","serde_json","url"]
|
|
optional=true |