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