[dependencies.clap]
version = "3.0.0-beta.5"
[dependencies.config]
features = ["yaml"]
version = "0.11"
[dependencies.quake_core]
version = "0.1.0"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_yaml]
version = "0.8"
[package]
authors = ["Phodal HUANG <h@phodal.com>"]
autoexamples = true
description = "Simple knowledge management tool for geek.\n"
documentation = "https://github.com/phodal/quake"
edition = "2018"
exclude = ["_fixtures/*"]
keywords = ["knowledge", "dashboard"]
license = "MIT"
name = "quake"
readme = "README.md"
repository = "https://github.com/phodal/quake"
version = "0.1.0"