mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Add message slash commands (#317)
This commit is contained in:
parent
653287478e
commit
04480eda1b
7 changed files with 352 additions and 101 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue