manage features in workspaces cargo.toml file

This commit is contained in:
Jemilu Mohammed
2023-11-30 16:17:38 +00:00
committed by Karolin Varner
parent 181154b470
commit ca35e47d2a
5 changed files with 17 additions and 17 deletions

View File

@@ -12,6 +12,6 @@ readme = "readme.md"
[dependencies]
rosenpass-util = { path = "../util" }
rosenpass-to = { path = "../to" }
anyhow = { workspace = true, features = ["backtrace"] }
libsodium-sys-stable = { workspace = true, features = ["use-pkg-config"] }
anyhow = { workspace = true }
libsodium-sys-stable = { workspace = true }
log = { workspace = true }