Added colored library to project

This commit is contained in:
Thomas
2024-03-20 00:49:34 +01:00
parent 659f232dc8
commit 4a9622f0ba
2 changed files with 85 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_json = "1.0.114"
colored = "2.1.0"