1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00
Files
browser/apps/desktop/desktop_native/ssh_agent/Cargo.toml
neuronull cdf2db18d8 SSH Agent v2: Add ssh key primitive types
Co-authored-by: Bernd Schoolmann <mail@quexten.com>
2026-01-26 16:38:38 -07:00

20 lines
365 B
TOML

[package]
name = "ssh_agent"
edition = { workspace = true }
license = { workspace = true }
version = { workspace = true }
publish = { workspace = true }
[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
ssh-key = { version = "=0.6.7", features = [
"encryption",
"ed25519",
"rsa",
"rand_core",
] }
[lints]
workspace = true