[package] name = "vdso-proxy-poc" authors = ["johannst "] version = "0.1.0" edition = "2018" [dependencies] libc = "0.2" [dependencies.goblin] #version = "0.4" git = "https://github.com/johannst/goblin" branch = "elf-gnu-symbol-versioning-utils" default-features = false features = ["std", "elf32", "elf64", "endian_fd"]