Use crates.io for internal crates

This commit is contained in:
mdecimus
2023-12-28 11:57:21 +01:00
parent c1bdd4f9c3
commit ec077d8796
12 changed files with 228 additions and 253 deletions

View File

@@ -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"