project-detect 0.1.2

Zero-config project type detection — identify any project's language, build system, and toolchain from directory contents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "project-detect"
version = "0.1.2"
edition = "2021"
description = "Zero-config project type detection — identify any project's language, build system, and toolchain from directory contents"
license = "MIT"
readme = "README.md"
repository = "https://github.com/kfcafe/project-detect"
keywords = ["project", "detect", "build-system", "language", "toolchain"]
categories = ["development-tools", "filesystem"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies]
tempfile = "3"