diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,4 +12,5 @@ constant_time_eq = "0.2.5" nix = "0.26.2" rustls = "0.20.0" rustls-pemfile = "1.0.2" +serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" |