stringqb/Cargo.toml

19 lines
359 B
INI
Raw Normal View History

2019-04-02 14:36:11 -04:00
[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