From 4b51a4165912bb19952c2ad5fc64bcd065bc5445 Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Tue, 7 Jan 2025 15:59:55 +0100 Subject: [PATCH] add install option --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7894363..56a59b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "ecb-rates" version = "0.1.0" edition = "2021" +[[bin]] +name = "ecb-rates" +path = "src/main.rs" + [dependencies] anyhow = "1.0.95" chrono = { version = "0.4.39", features = ["serde"] }