From 492a9e7ae1b50bd2e46daf589a6e52388703ec7e Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 10 Oct 2024 08:16:44 +0200 Subject: Render leaderboard template from clients data --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') 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" -- cgit v1.2.3