1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
libhermit/proxy/Cargo.toml
Stefan Lankes df739db9fe move proxy -- rust version -- to the dirctory proxy
- ignore C version and build only Rust-based proxy
2017-08-24 23:18:48 +02:00

19 lines
351 B
TOML
Executable file

[package]
name = "proxy"
version = "0.0.1"
authors = ["bytesnake <bytesnake@mailbox.org>"]
[dependencies]
libc = "0.2.21"
nix = "0.8.0"
memmap = "0.5.2"
elf = "0.0.10"
errno = "0.2.3"
inotify = "0.4"
byteorder = "1"
log = "0.3"
clap = "2.24.2"
serde = "1.*.*"
chrono = { version = "0.4", features = ["serde"] }
bincode = "0.8"
serde_derive = "1.*.*"