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

@@ -1,9 +1,9 @@
mod config;
mod rpc;
mod test_runner;
mod tycho_rpc;
mod tycho_runner;
mod utils;
mod tycho_rpc;
use clap::Parser;
use tracing_subscriber::EnvFilter;