From 416233afde4f069e9ebd4db5a083b814ea375ce5 Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Thu, 9 Jan 2025 17:25:39 +0100 Subject: [PATCH] For crates.io --- Cargo.toml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31e5524..c5fe290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,22 +7,14 @@ authors = ["Love Billenius "] license-file = "LICENSE" keywords = [ "ECB", - "European Central Bank", "Bank", - "Central Bank", + "Central", "exchange", "rates", - "eur", - "sek", - "usd", - "nok", - "gbp", - "pln", - "dkk", - "czk", - "isk", - "chf", ] +repository = "https://github.com/lov3b/ecb-rates" +rust-version = "1.83" +categories = ["finance", "command-line-utilities"] [[bin]] name = "ecb-rates"