pim-eventsource 0.1.0

Personal Information Management service with event-sourcing data model.
Documentation
[package]
name = "pim-eventsource"
description = "Personal Information Management service with event-sourcing data model."
license = "MIT"
readme = "Readme.md"
repository = "https://github.com/minioin/pim-eventsource"
authors = ["Minioin <minioin@protonmail.com>"]
categories = ["tools", "productivity"]
keywords = ["pim", "eventsource"]
edition = "2018"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.115"
sled = "0.34.3"
tide = "0.13.0"
async-std = { version = "1.6.0", features = ["attributes"] }
crossbeam-channel = "0.4.4"
serde_cbor = "0.11.1"
dirs = "3.0.1"