summaryrefslogtreecommitdiffstats
path: root/ranking
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-21 13:56:43 +0000
committerKornel <kornel@geekhood.net>2020-02-21 13:57:20 +0000
commitc94cf5f1d88b2828420b81afacceb531599f9d51 (patch)
tree6910d1bde06286ad6b054b66606ca81fe6631095 /ranking
parent24d92b63cca70149d5ee4a29c997b60e424ebbdc (diff)
No rayon
Diffstat (limited to 'ranking')
-rw-r--r--ranking/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranking/Cargo.toml b/ranking/Cargo.toml
index a955419..f95b1ae 100644
--- a/ranking/Cargo.toml
+++ b/ranking/Cargo.toml
@@ -9,7 +9,6 @@ name = "ranking"
path = "src/lib_ranking.rs"
[dependencies]
-rayon = "1.3.0"
rich_crate = { path = "../rich_crate" }
chrono = "0.4.10"
cargo_toml = "0.8.0"