[package] name = "tdo-core" version = "0.2.1" authors = ["Felix Döring ", "Felix Wittwer "] description = "The core of every Rust-based tdo application" homepage = "https://tdolist.de/tdo" repository = "https://github.com/tdolist/tdo-core" documentation = "https://docs.rs/crate/tdo-core" license = "MIT" keywords = ["todo", "tdo", "tdolist", "terminal"] readme = "README.md" include = [".gitignore", ".travis.yml", "Cargo.toml", "tests/*", "src/*.rs"] [dependencies] json = "0.11.6" serde = "0.9.5" serde_json = "0.9.4" serde_derive = "0.9.5" error-chain = "0.10.0"