This commit is contained in:
Michael Zhang 2021-08-08 18:58:30 -05:00
parent 49ffb4d7ce
commit 5a387f7063
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
3 changed files with 14 additions and 0 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
panorama
===

View file

@ -1,7 +1,16 @@
[package]
name = "panorama-imap"
description = "IMAP protocol implementation with high-level async client."
version = "0.0.2"
edition = "2018"
authors = ["Michael Zhang <mail@mzhang.io>"]
keywords = ["imap", "email", "parser"]
license = "GPL-3.0-or-later"
categories = ["email"]
repository = "https://git.mzhang.io/michael/panorama"
documentation = "https://docs.rs/panorama-imap"
readme = "README.md"
workspace = ".."
[[bin]]
name = "greenmail-test"

3
imap/README.md Normal file
View file

@ -0,0 +1,3 @@
panorama-imap
===