envcast 1.0.0

Short, clear description of what the project does
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
rust-version.workspace = true
description.workspace = true
repository.workspace = true
categories.workspace = true
keywords.workspace = true
homepage.workspace = true
license.workspace = true
edition.workspace = true
version.workspace = true
name = "envcast"

[dependencies]
log = "0.4.26"
regex = "1.11.1"

envcast_derive = { path = "../envcast_derive" , version = "1.0.0"}