You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`. Fix the resolver value to avoid surprises.
resolver = "1"
[workspace.dependencies]
async-trait = "0.1.77"
base64 = "0.21.7"
# Force to 9.3.0 until 9.6.1 is yanked
cosmian_crypto_core = { version = "=9.3.0", default-features = false }
cosmian_ffi_utils = "0.1.4"
hex = "0.4.3"
js-sys = "0.3"
pyo3 = { version = "0.20.3", features = [
"extension-module",
"abi3",
"abi3-py37",
"generate-import-lib",
] }
rand = "0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }