From 1b126a3221790ebf95fcb0e5d52cc51c1a393797 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Sat, 16 Nov 2024 12:28:21 +0100 Subject: [PATCH] cargo: add ansi_term and num --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 66d81f8..f4fc4f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,8 @@ smart-leds-trait = { version = "0.3.0", optional = true } smart-leds = { version = "0.4.0", optional = true } embedded-graphics = { version = "0.8.1", optional = true, features = ["fixed_point", "defmt"] } +ansi_term = "0.12.1" +num = "0.4.3" [build-dependencies] embuild = "0.32.0"