diff --git a/Cargo.toml b/Cargo.toml index 8bc07f6..37d0f6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,8 @@ name = "merlin_env_helper" version = "0.1.0" edition = "2024" - +publish = ["mycargo"] +description = "Utility functions to read environment with fallbak and values from a file" +license = "MIT" +repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/merlin_env_helper.git" [dependencies]