Update
This commit is contained in:
@@ -5,10 +5,11 @@ 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"
|
||||
repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/no-man-sky-wiki.git"
|
||||
|
||||
[dependencies]
|
||||
diesel = { version= "2.2.10", features = ["serde_json", "postgres", "uuid"]}
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
merlin_env_helper = { version = "0.2.0", registry = "merlin" }
|
||||
@@ -16,3 +17,5 @@ regex = "1.11.1"
|
||||
reqwest = {version="0.12.15", features=["blocking"]}
|
||||
#scraper = "0.23.1"
|
||||
select = "0.6.1"
|
||||
serde_json = "1.0.140"
|
||||
uuid = "1.17.0"
|
||||
|
||||
Reference in New Issue
Block a user