mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
20 lines
365 B
TOML
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
|