Merge branch 'ptrace-6' into 'master'
Ptrace overhaul & bitflags See merge request !40
Showing
... | ... | @@ -6,6 +6,10 @@ license = "MIT" |
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
repository = "https://gitlab.redox-os.org/redox-os/syscall" | ||
documentation = "https://docs.rs/redox_syscall" | ||
edition = "2018" | ||
[lib] | ||
name = "syscall" | ||
[dependencies] | ||
bitflags = "1.1.0" |