fix: Add crate metadata

This commit is contained in:
kayibal
2025-03-27 19:19:26 +01:00
parent b1bc98174c
commit 7e7fabf51b

View File

@@ -2,6 +2,14 @@
name = "tycho-execution" name = "tycho-execution"
version = "0.68.0" version = "0.68.0"
edition = "2021" 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]] [[bin]]
name = "tycho-encode" name = "tycho-encode"