diff --git a/Cargo.toml b/Cargo.toml
index 9f979ae..4c6f890 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,11 @@ name = "keyweave"
 version = "0.2.2"
 edition = "2021"
 authors = ["Bart van der Braak <bart@vanderbraak.nl>"]
+keywords = ["azure", "keyvault", "env"]
+description = "Fetches secrets from Azure Key Vault and weaves them into a convenient .env file"
+license = "GPL-3.0"
+documentation = "https://docs.rs/keyweave"
+repository = "https://github.com/bartvdbraak/keyweave/"
 
 [dependencies]
 azure_identity = "0.17.0"