serai-env 0.1.0

A common library for Serai apps to access environment variables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
description = "A common library for Serai apps to access environment variables"
edition = "2021"
keywords = []
license = "AGPL-3.0-only"
name = "serai-env"
repository = "https://github.com/serai-dex/serai/tree/develop/common/env"
resolver = "1"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]