docs: Add README and logging to match python package

- The readme is useful for us during development. This should be eventually removed and replaced with gitbook docs.
This commit is contained in:
TAMARA LIPOWSKI
2025-09-03 00:16:32 -04:00
committed by Tamara
parent c89fbee0ae
commit c12affb3ca
6 changed files with 548 additions and 328 deletions

View File

@@ -8,8 +8,8 @@ miette = "7.6.0"
# Logging & Tracing
tracing = "0.1.37"
# Tycho dependencies
tycho-common = "0.83.0"
tycho-client = "0.83.0"
tycho-common = "0.82.0"
tycho-client = "0.82.0"
tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] }
# EVM dependencies
alloy = { version = "1.0.27", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }