Add message slash commands (#317)

This commit is contained in:
Ulyssa
2024-08-07 22:49:54 -07:00
committed by GitHub
parent 653287478e
commit 04480eda1b
7 changed files with 352 additions and 101 deletions

2
Cargo.lock generated
View File

@@ -2093,6 +2093,7 @@ dependencies = [
name = "iamb"
version = "0.0.10-alpha.1"
dependencies = [
"anyhow",
"bitflags 2.5.0",
"chrono",
"clap",
@@ -2114,6 +2115,7 @@ dependencies = [
"mime_guess",
"modalkit",
"modalkit-ratatui",
"nom",
"notify-rust",
"open",
"pretty_assertions",