Add random emoji choice to the morning message
This commit is contained in:
parent
4eea2ac43b
commit
c9dd247175
6 changed files with 233 additions and 169 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue