added dependency to Cargo.toml: once_cell

This commit is contained in:
Varga Dávid Lajos
2025-11-10 13:18:48 +01:00
parent bfb2a6db23
commit 033440fbac

View File

@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
once_cell = "1.19"