zeroenv 0.3.0

A zero-configuration development environment manager that scans projects and validates system requirements
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "zeroenv"
version = "0.3.0"
edition = "2021"
description = "A zero-configuration development environment manager that scans projects and validates system requirements"
license = "MIT"
repository = "https://github.com/nexus-forg/zeroenv"

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