Ai
1 Star 0 Fork 1

leegine/guarding

forked from Thoughtworks/guarding 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2021-05-21 22:08 +08:00 . chore: release 0.2.1
[package]
name = "guarding"
version = "0.2.1"
authors = ["Inherd Group <group@inherd.org>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/inherd/guarding"
documentation = "https://github.com/inherd/guarding"
homepage = "https://github.com/inherd/guarding"
description = """
Guarding is a guardians for code, architecture, layered. Guarding crate a architecture aguard DSL which based on ArchUnit.
"""
categories = ["text-processing", "command-line-interface", "development-tools"]
exclude = [
".github/*",
".gitattributes",
".adr.json",
"guarding.guarding",
"_fixtures",
"docs",
"examples",
]
[lib]
path = "src/lib.rs"
[dependencies]
tree-sitter = "0.19.3"
tree-sitter-java = "0.19.0"
tree-sitter-javascript = "0.19.0"
tree-sitter-rust = "0.19.0"
# serialize
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
regex = "1"
pest = "2.1.3"
pest_derive = "2.1.0"
walkdir = "2"
clap = "3.0.0-beta.2"
[build-dependencies]
cc = "1.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/leegine/guarding.git
git@gitee.com:leegine/guarding.git
leegine
guarding
guarding
master

搜索帮助