Store to db

This commit is contained in:
2025-08-23 19:23:36 +02:00
parent 1089196226
commit e6f2397da6
45 changed files with 354354 additions and 124 deletions

View File

@@ -3,19 +3,28 @@ 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"
description = "NoManSky Server/Client utility"
license = "MIT"
repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/no-man-sky-wiki.git"
[dependencies]
diesel = { version= "2.2.10", features = ["serde_json", "postgres", "uuid"]}
anyhow = "1.0.98"
axum = "0.8.4"
clap = { version = "4.5.43", features = ["derive"] }
diesel = { version= "2.2.10", features = ["serde_json", "postgres", "uuid", "r2d2"]}
diesel_migrations = "2.2.0"
dotenv = "0.15.0"
env_logger = "0.11.8"
log = "0.4.27"
merlin_env_helper = { version = "0.2.0", registry = "merlin" }
log4rs = "1.3.0"
merlin_env_helper = { version = "0.4.0", registry = "merlin" }
once_cell = "1.21.3"
regex = "1.11.1"
reqwest = {version="0.12.15", features=["blocking"]}
reqwest = {version="0.12.15" }
#scraper = "0.23.1"
select = "0.6.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.46.1", features = ["full"] }
toml = "0.8.23"
url = "2.5.4"
uuid = "1.17.0"