cenv_core 0.3.1

The internals for the cenv project, designed to be shared amongst different implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.7"

[package]
authors = ["JonShort <JonShort@users.noreply.github.com>"]
description = "The internals for the cenv project, designed to be shared amongst different implementations"
edition = "2021"
homepage = "https://github.com/JonShort/cenv"
include = ["src/**/*", "LICENSE"]
license = "MIT"
name = "cenv_core"
readme = "README.md"
repository = "https://github.com/JonShort/cenv"
version = "0.3.1"