From b0df48293c21ca23196326b7b53cfbeec7264e3f Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Wed, 8 Jan 2025 19:30:23 +0100 Subject: [PATCH] Package metadata --- Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fd8140f..885a9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,28 @@ [package] name = "ecb-rates" +description = "Query exchange rates from the European Central Bank (ECB)" version = "0.1.0" edition = "2021" +authors = ["Love Billenius "] +license-file = "LICENSE" +keywords = [ + "ECB", + "European Central Bank", + "Bank", + "Central Bank", + "exchange", + "rates", + "eur", + "sek", + "usd", + "nok", + "gbp", + "pln", + "dkk", + "czk", + "isk", + "chf", +] [[bin]] name = "ecb-rates"