generate random color for each phrase

This commit is contained in:
🪞👃🪞 2024-10-10 19:55:27 +03:00
parent 79ee7081e6
commit 69a81106fc
4 changed files with 176 additions and 11 deletions

View file

@ -6,6 +6,8 @@ version = "0.1.0"
[dependencies]
tek_core = { path = "../tek_core" }
uuid = { version = "1.10.0", features = [ "v4" ] }
palette = "0.7.6"
rand = "0.8.5"
[lib]
path = "src/lib.rs"