mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
manage features in workspaces cargo.toml file
This commit is contained in:
committed by
Karolin Varner
parent
181154b470
commit
ca35e47d2a
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user