taskforge 0.2.0

Task management shared functions and structures for the taskforge family of tools.
Documentation
[package]
authors = ["Mathew Robinson <chasinglogic@gmail.com>"]
description = "Task management shared functions and structures for the taskforge family of tools."
keywords = ["productivity", "todo"]
license = "Apache-2.0"
name = "taskforge"
readme = "../README.md"
version = "0.2.0"
documentation = "http://taskforge.io/docs"
homepage = "http://taskforge.io"
repository = "https://github.com/chasinglogic/taskforge"


[dependencies]
bson = "0.13.0"
regex = "1.1.2"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
tempfile = "3.0.7"
rand = "0.6.5"

[dependencies.chrono]
features = ["serde"]
version = "0.4.6"

[dependencies.rusqlite]
version = "0.16.0"
features = ["chrono", "serde_json"]