[package]
edition = "2024"
name = "rmut-front"
version = "2.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the part of an rmut front end that is not a toolkit: keys, keymaps, layout and formatting shared by the terminal and window front ends"
readme = "README.md"
keywords = [
"mail",
"mutt",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/jaroslavpachola/rmut"
resolver = "2"
[lib]
name = "rmut_front"
path = "src/lib.rs"
[dependencies.regex-lite]
version = "0.1"
[dependencies.rmut-core]
version = "2.7.0"
[dependencies.rmut-session]
version = "2.7.0"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.toml]
version = "0.8"