diff utils/Cargo.toml @ 790:d005f5927447

utils: Use const_for to make more const fn
author Link Mauve <linkmauve@linkmauve.fr>
date Sat, 17 Jan 2026 14:12:08 +0100
parents 1f152ca95658
children
line wrap: on
line diff
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -10,4 +10,5 @@
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
+const_for = "0.1.5"
 getrandom = "0.3.4"