Saataa andagii !
This commit is contained in:
commit
092492ba24
13 changed files with 389 additions and 0 deletions
13
keylogger/Cargo.toml
Normal file
13
keylogger/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue