aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 810b357..b180fd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"