From 4ee791c817184cfe7eb7228ce6801c632bdf2272 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Sun, 3 Aug 2025 12:26:31 +0100 Subject: [PATCH] build: Add num-traits dependency Co-authored-by: aider (gemini/gemini-2.5-pro) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 19b91cf..1d38d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,6 @@ clap = { version = "4.4", features = ["derive"] } log = { version = "0.4", features = ["std"] } daemonize = "0.5.0" num-rational = "0.4" +num-traits = "0.2"