[package] name = "statx-sys" version = "0.4.1" authors = ["oxalica "] edition = "2018" license = "MIT" categories = ["os::unix-apis", "external-ffi-bindings"] keywords = ["statx", "linux", "ffi", "system"] repository = "https://github.com/oxalica/statx-sys" description = "Bindings to `statx` syscall implemented by `syscall`" readme = "README.md" [dependencies] libc = { version = "0.2.3", default-features = false } [dev-dependencies] memoffset = "0.6"