This commit is contained in:
2024-10-02 15:07:08 -04:00
parent d47b3f12a7
commit 232725adcf

View File

@@ -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" }