cargo: add ansi_term and num

This commit is contained in:
Victoria Fischer 2024-11-16 12:28:21 +01:00
parent b504ce298b
commit 1b126a3221

View File

@ -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"