10 lines
296 B
TOML
10 lines
296 B
TOML
[package]
|
|
name = "merlin_env_helper"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
publish = ["merlin"]
|
|
description = "Utility functions to read environment with fallback and values from a file"
|
|
license = "MIT"
|
|
repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/merlin_env_helper.git"
|
|
[dependencies]
|