From 7e7fabf51bff842ab20c2f512e4f3a609a266e79 Mon Sep 17 00:00:00 2001 From: kayibal Date: Thu, 27 Mar 2025 19:19:26 +0100 Subject: [PATCH] fix: Add crate metadata --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 00ae0f2..c9916bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "tycho-execution" version = "0.68.0" edition = "2021" +description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors." +repository = "https://github.com/propeller-heads/tycho-execution" +homepage = "https://www.propellerheads.xyz/tycho" +documentation = "https://docs.propellerheads.xyz/tycho" +keywords = ["propellerheads", "solver", "defi", "dex", "mev"] +license = "MIT" +categories = ["finance", "cryptography::cryptocurrencies"] +readme = "README.md" [[bin]] name = "tycho-encode"