mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
build: use workspace dependencies to make cargo-deny 0.15.1 happy
This commit is contained in:
@@ -8,7 +8,7 @@ repository = "https://github.com/deltachat/deltachat-core-rust"
|
||||
[dependencies]
|
||||
ansi_term = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
deltachat = { path = "..", features = ["internals"]}
|
||||
deltachat = { workspace = true, features = ["internals"]}
|
||||
dirs = "5"
|
||||
log = { workspace = true }
|
||||
rusqlite = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user