mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
14 lines
394 B
TOML
14 lines
394 B
TOML
|
[package]
|
||
|
name = "serai-env"
|
||
|
version = "0.1.0"
|
||
|
description = "A common library for Serai apps to access environment variables"
|
||
|
license = "AGPL-3.0-only"
|
||
|
repository = "https://github.com/serai-dex/serai/tree/develop/common/env"
|
||
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
keywords = []
|
||
|
edition = "2021"
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
all-features = true
|
||
|
rustdoc-args = ["--cfg", "docsrs"]
|