1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "keyutils" version = "0.1.0" authors = ["Ben Boeckel <mathstuf@gmail.com>"] license = "BSD" description = """ Rust interface to the Linux keyring. """ [dependencies] bitflags = "~0.3.2" errno = "~0.1.4" libc = "~0.2.2"