summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-21 12:27:47 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-21 12:27:47 +0200
commit2fbb14f712708188649181525813b3ac5a02e0fb (patch)
tree326f4fb6558aac37dbe01932108f7a2f5b9ffaf3 /docs/Cargo.toml
parenta4075f8b9b387f4e0aea9cc0ee11ca62c99a648d (diff)
Deterministic order of contributors
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
index a5885a8a..77d0b375 100644
--- a/docs/Cargo.toml
+++ b/docs/Cargo.toml
@@ -16,7 +16,7 @@ unscanny = "0.1"
include_dir = "0.7"
pulldown-cmark = "0.9"
comemo = "0.2.2"
-serde = "1"
+serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
heck = "0.4"
yaml-front-matter = "0.1"