19 lines
516 B
TOML
19 lines
516 B
TOML
[package]
|
|
name = "no-man-sky"
|
|
version = "0.1.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]
|
|
ego-tree = "0.10.0"
|
|
env_logger = "0.11.8"
|
|
log = "0.4.27"
|
|
merlin_env_helper = { version = "0.2.0", registry = "merlin" }
|
|
regex = "1.11.1"
|
|
reqwest = {version="0.12.15", features=["blocking"]}
|
|
scraper = "0.23.1"
|
|
select = "0.6.1"
|