From 055e2c4a72e3b2331a18fdc9f8132ef990af7e38 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 20 Jan 2026 17:23:34 +0000 Subject: Update CLI to show log history as well --- makima/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'makima/Cargo.toml') diff --git a/makima/Cargo.toml b/makima/Cargo.toml index 94e268c..650628a 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -23,6 +23,7 @@ tokio = { version = "1.0", features = ["full", "signal", "process"] } tower-http = { version = "0.6", features = ["cors", "trace"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +toml = "0.8" futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } -- cgit v1.2.3