Skip to content

Commit e75de5a

Browse files
authored
Add russh/serde feature to enable serde on russh::keys::PublicKey (#655)
1 parent 0f51860 commit e75de5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

russh/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ des = ["dep:des"]
2424
dsa = ["ssh-key/dsa"]
2525
ring = ["dep:ring"] # Alternative crypto backend.
2626
rsa = ["dep:rsa", "dep:pkcs1", "ssh-key/rsa", "ssh-key/rsa-sha1"]
27+
serde = ["ssh-key/serde"]
2728
_bench = ["dep:criterion"]
2829

2930
[dependencies]

0 commit comments

Comments
 (0)