AES-Encrypter-Rust/stub/Cargo.toml
Daniel Ballard de3c9d2b2d
Added projects
contains "crypt" and "stub"
2023-05-17 12:26:44 +01:00

11 lines
222 B
TOML

[package]
name = "stub"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inside-vm = "0.2.0"
aes = "0.8.2"
memexec = "0.2"