From 232725adcfb751a14ca74171f0332f7b0e6141ea Mon Sep 17 00:00:00 2001 From: Teppy Date: Wed, 2 Oct 2024 15:07:08 -0400 Subject: [PATCH] changes --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 63da070..5a90f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,11 @@ edition = "2021" debug = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.dev] +debug=2 + [dependencies] rand="0.8.5" +hashbrown="0.14" finum={ path="../finum" }