Updated Cargo edition
parent
059a3befae
commit
13ec3740f2
|
@ -2,7 +2,7 @@
|
|||
name = "jmap-client"
|
||||
description = "JMAP client library for Rust"
|
||||
version = "0.2.1"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
authors = [ "Stalwart Labs Ltd. <hello@stalw.art>"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/stalwartlabs/jmap-client"
|
||||
|
@ -10,6 +10,7 @@ homepage = "https://github.com/stalwartlabs/jmap-client"
|
|||
keywords = ["jmap", "email", "mail", "e-mail"]
|
||||
categories = ["email"]
|
||||
readme = "README.md"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"]}
|
||||
|
|
Loading…
Reference in New Issue