aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f2cc248b6cdfe72b9fbccd8c543186b97fd29459 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name    = "vdso-proxy-poc"
authors = ["johannst <johannes.stoelp@gmail.com>"]
version = "0.1.0"
edition = "2018"

[dependencies]
libc   = "0.2"

[dependencies.goblin]
version = "0.4"
default-features = false
features = ["std", "elf32", "elf64", "endian_fd"]