feat: add getrandom implementation

This commit is contained in:
2025-03-16 13:42:12 +01:00
parent 74b731e10f
commit 9d3a42c535
3 changed files with 43 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
getrandom = "0.3.1"
libc = "0.2.171"
[build-dependencies]
bindgen = "0.71.1"