writing 0.2.0

Writing, is a simple tool for code-document sync.
Documentation
[[bin]]
name = "writing"
path = "src/bin/writing.rs"
[dependencies.clap]
version = "3.0.0-beta.5"

[dependencies.guarding_core]
version = "0.2.5"

[dependencies.guarding_ident]
version = "0.2.6"

[dependencies.pest]
version = "2.1.3"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.pulldown-cmark]
default-features = false
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Phodal Huang <h@inherd.org>"]
categories = ["text-processing", "command-line-interface", "development-tools"]
description = "Writing, is a simple tool for code-document sync.\n"
documentation = "https://github.com/inherd/forming"
edition = "2018"
exclude = [".coco/*", "benchmark/*", "fixtures/*", "targets/*", ".github/*", ".gitattributes", ".adr.json"]
homepage = "https://github.com/inherd/forming"
license = "MIT"
name = "writing"
readme = "README.md"
repository = "https://github.com/inherd/forming"
version = "0.2.0"