Support composing messages in an external editor (#155)

This commit is contained in:
Leonid Dyachkov
2023-09-10 16:45:27 +03:00
committed by Ulyssa
parent 47e650c2be
commit 0565b6eb05
6 changed files with 141 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "iamb"
version = "0.0.8"
version = "0.0.9-alpha.1"
edition = "2018"
authors = ["Ulyssa <git@ulyssa.dev>"]
repository = "https://github.com/ulyssa/iamb"
@@ -51,6 +51,7 @@ tracing-subscriber = "0.3.16"
unicode-segmentation = "^1.7"
unicode-width = "0.1.10"
url = {version = "^2.2.2", features = ["serde"]}
edit = "0.1.4"
[dependencies.modalkit]
version = "0.0.16"