[dependencies.chrono]
version = "0.4.37"
[dependencies.nom]
version = "7.1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.serde_json]
version = "1.0.115"
[dependencies.uuid]
features = ["serde"]
version = "1.8.0"
[package]
authors = ["Kyle L. Davis <aceofspades5757.github@gmail.com>"]
description = "Library used to interact with Taskwarrior in Rust."
edition = "2021"
homepage = "https://github.com/AceofSpades5757/tasklib-rs"
license = "MIT OR Apache-2.0"
name = "tasklib"
publish = true
readme = "README.md"
repository = "https://github.com/AceofSpades5757/tasklib-rs"
version = "0.3.1"