This commit is contained in:
Michael Zhang 2021-02-14 06:31:14 -06:00
parent 983836c439
commit 13953fa89c
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -785,7 +785,7 @@ dependencies = [
[[package]]
name = "panorama-imap"
version = "0.12.2"
version = "0.0.1"
dependencies = [
"assert_matches",
"nom 6.1.0",

View file

@ -1,6 +1,6 @@
[package]
name = "panorama-imap"
version = "0.12.2"
version = "0.0.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Michael Zhang <mail@mzhang.io>"]
description = "IMAP protocol parser and data structures"
keywords = ["imap", "email"]