summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-10-10 08:16:44 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-10-10 08:16:44 +0200
commit492a9e7ae1b50bd2e46daf589a6e52388703ec7e (patch)
treed4eb6370f2bfb3bc57392463c30a196ae910a151 /rust/Cargo.toml
parente3fdf12d472b24a9a91a0bdebe667b86797b2483 (diff)
downloadlambda-nantes-492a9e7ae1b50bd2e46daf589a6e52388703ec7e.tar.gz
Render leaderboard template from clients data
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 1006d29..b2eab9c 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -17,6 +17,7 @@ reqwest = "0.12.8"
tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"]}
clap = { version = "4.5.19", features = ["derive"] }
proptest = "1.0.0"
+handlebars = { version = "5", features = ["dir_source"] }
[dependencies.uuid]
version = "1.10.0"