Saataa andagii !

This commit is contained in:
Lukian 2024-11-30 18:31:38 +01:00
commit 092492ba24
13 changed files with 389 additions and 0 deletions

13
keylogger/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "projet-pei"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.38"
libc = "0.2.153"
num-bigint = { version = "0.4.4", features = ["rand"] }
num-bigint-dig = "0.8.4"
rand = "0.8.5"