framework 0.1.0

Framework is a detector for different frameworks in one projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Phodal Huang <h@phodal.com>"]
categories = ["text-processing", "command-line-interface", "development-tools"]
description = "Framework is a detector for different frameworks in one projects\n"
documentation = "https://github.com/phodal/coco"
edition = "2018"
exclude = ["benchmark/*", "fixtures/*", ".github/*", ".gitattributes", ".adr.json"]
homepage = "https://github.com/phodal/coco"
license = "MIT"
name = "framework"
readme = "README.md"
repository = "https://github.com/phodal/coco"
version = "0.1.0"