aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: d7eb41d00b9ab3b57aa40c7bfae27da41a241686 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                         
[package]
name    = "vdso-proxy-poc"
authors = ["johannst <johannes.stoelp@gmail.com>"]
version = "0.1.0"
edition = "2018"

[dependencies]
libc   = "0.2"
goblin = { version = "0.4", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }