Use crates.io for internal crates
This commit is contained in:
@@ -11,8 +11,8 @@ readme = "README.md"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
jmap-client = { git = "https://github.com/stalwartlabs/jmap-client", features = ["async"] }
|
||||
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
||||
jmap-client = { version = "0.3", features = ["async"] }
|
||||
mail-parser = { version = "0.9", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
||||
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-webpki-roots"]}
|
||||
tokio = { version = "1.23", features = ["full"] }
|
||||
num_cpus = "1.13.1"
|
||||
|
||||
Reference in New Issue
Block a user