Change metadata

This commit is contained in:
2025-05-27 15:43:44 +02:00
parent d2a8ddad8a
commit ce3cf003ff
10 changed files with 2519 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[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" }
reqwest = {version="0.12.15", features=["blocking"]}
scraper = "0.23.1"