feat: add encoder bin

This commit is contained in:
royvardhan
2025-02-05 16:53:20 +05:30
parent c868033072
commit 4f7fe3b96d
4 changed files with 374 additions and 1 deletions

View File

@@ -3,6 +3,10 @@ name = "tycho-execution"
version = "0.30.1"
edition = "2021"
[[bin]]
name = "tycho-encode"
path = "src/bin/tycho-encode.rs"
[dependencies]
dotenv = "0.15.0"
lazy_static = "1.4.0"