[package] name = "acid" version = "0.1.0" authors = ["Jeremy Soller "] edition = "2018" [dependencies] libc = "0.2" redox_syscall = { path = "../../kernel/source/syscall" } #strace = { git = "https://gitlab.redox-os.org/redox-os/strace-redox", default-features = false } #strace = { path = "../../strace/source", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] x86 = "0.47.0"