Fixed local path.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1696,6 +1696,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "jmap-client"
|
name = "jmap-client"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
|
source = "git+https://github.com/stalwartlabs/jmap-client#3cba63c2246536c9b7997d7aea0124272af84ec8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash 0.8.3",
|
"ahash 0.8.3",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ mail-send = { git = "https://github.com/stalwartlabs/mail-send" }
|
|||||||
mail-auth = { git = "https://github.com/stalwartlabs/mail-auth", features = ["test"] }
|
mail-auth = { git = "https://github.com/stalwartlabs/mail-auth", features = ["test"] }
|
||||||
sieve-rs = { git = "https://github.com/stalwartlabs/sieve" }
|
sieve-rs = { git = "https://github.com/stalwartlabs/sieve" }
|
||||||
utils = { path = "../crates/utils", features = ["test_mode"] }
|
utils = { path = "../crates/utils", features = ["test_mode"] }
|
||||||
#jmap-client = { git = "https://github.com/stalwartlabs/jmap-client", features = ["websockets", "debug", "async"] }
|
jmap-client = { git = "https://github.com/stalwartlabs/jmap-client", features = ["websockets", "debug", "async"] }
|
||||||
jmap-client = { path = "/home/vagrant/code/jmap-client", features = ["websockets", "debug", "async"] }
|
|
||||||
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
||||||
tokio = { version = "1.23", features = ["full"] }
|
tokio = { version = "1.23", features = ["full"] }
|
||||||
tokio-rustls = { version = "0.24.0"}
|
tokio-rustls = { version = "0.24.0"}
|
||||||
|
|||||||
Reference in New Issue
Block a user