jing 0.0.0

Jing chat application to start.
[package]
name = "jing"
version = "0.0.0"
authors = ["Liu Chong <mail@liuchong.io>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jingchat/jing"
homepage = "https://github.com/jingchat/jing"
description = """
Jing chat application to start.
"""
keywords = ["jing", "chat", "jingchat"]

[package.metadata.x]
lint = "cargo clippy --verbose --all-targets --all-features -- -D warnings"
test = "cargo test --verbose --all --release"
build = "cargo build --verbose --all --release"

[dependencies]