From 8d21bf0ca97a6488818bb87ac4b81dad7af18c05 Mon Sep 17 00:00:00 2001 From: starkbamse <139136798+starkbamse@users.noreply.github.com> Date: Thu, 16 May 2024 18:11:33 +0200 Subject: [PATCH] Ensure 5 key words in toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8709ba8..b7ae800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" description = "A lightweight and easy-to-use library for periodically retrieving data from the Chainlink decentralized data feed." repository = "https://github.com/starkbamse/rustlink" include = ["IAggregatorV3Interface.json","src/**/*.rs", "Cargo.toml"] -keywords = ["crypto", "cryptocurrencies","chainlink","prices","bitcoin","ethereum","evm"] +keywords = ["crypto", "cryptocurrencies","chainlink","prices","ethereum"] categories = ["wasm"] [dependencies]