From 4fab0d63413987974f5eb6fee59d2caf9494f789 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 31 Aug 2023 11:30:46 +0300 Subject: chore: install smallvec --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 62a6499..ca8466d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,11 @@ edition = "2021" [dependencies] num_enum = "0.5.7" rand = "0.8.5" +smallvec = "1.11.0" + +# Allow profiling with cargo flamegraph +[profile.release] +debug = true [[bench]] name = "perft" -- cgit v1.2.3