[package]
name = "xiang"
version = "0.0.0"
authors = ["Liu Chong <mail@liuchong.io>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jingchat/xiang"
homepage = "https://github.com/jingchat/xiang"
description = """
Xiang is big.
"""
keywords = ["xiang"]

[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]