diff options
author | eug-vs <eugene@eug-vs.xyz> | 2023-08-31 11:30:46 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2023-08-31 11:30:46 +0300 |
commit | 4fab0d63413987974f5eb6fee59d2caf9494f789 (patch) | |
tree | 78a8bf81727a298aaad59527d5617c7f3b6b336b /Cargo.toml | |
parent | 80cee11b945c57de78b8eadad4da88c7145093f3 (diff) | |
download | chessnost-4fab0d63413987974f5eb6fee59d2caf9494f789.tar.gz |
chore: install smallvec
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |