From 416fd2217466519eefbbfeecce5f94db915e784c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 2 Nov 2016 19:32:33 -0600 Subject: [PATCH] Add metadata --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -