diff --git a/Cargo.toml b/Cargo.toml index 83e5a15..2b23922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "redox_syscall" version = "0.1.0" +description = "A Rust library to access raw Redox system calls" +license = "MIT" +authors = ["Jeremy Soller "] [lib] name = "syscall" -