starblox 0.0.1

TUI e‑mail client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "starblox"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "TUI e‑mail client"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "starblox"
readme = false
repository = "https://github.com/dpjungmin/starblox"
version = "0.0.1"