mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
build: use workspace dependencies to make cargo-deny 0.15.1 happy
This commit is contained in:
@@ -14,8 +14,8 @@ name = "deltachat"
|
||||
crate-type = ["cdylib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
deltachat = { path = "../", default-features = false }
|
||||
deltachat-jsonrpc = { path = "../deltachat-jsonrpc", optional = true }
|
||||
deltachat = { workspace = true, default-features = false }
|
||||
deltachat-jsonrpc = { workspace = true, optional = true }
|
||||
libc = { workspace = true }
|
||||
human-panic = { version = "2", default-features = false }
|
||||
num-traits = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user