metadata
This commit is contained in:
parent
49ffb4d7ce
commit
5a387f7063
3 changed files with 14 additions and 0 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
panorama
|
||||
===
|
|
@ -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
3
imap/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
panorama-imap
|
||||
===
|
||||
|
Loading…
Reference in a new issue