Add random emoji choice to the morning message

This commit is contained in:
Campbell Alden 2023-07-21 20:02:38 +09:00
parent 4eea2ac43b
commit c9dd247175
6 changed files with 233 additions and 169 deletions

View file

@ -10,5 +10,6 @@ anyhow = "1.0.72"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3.17", features = ["derive"] }
osascript = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"