From 5312106ed30f67226fa4640d8bdea727ac2e6ef5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 2 Nov 2016 19:31:24 -0600 Subject: [PATCH] Prepare for crates.io --- .gitignore | 2 ++ Cargo.toml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa8d85a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Cargo.lock +target diff --git a/Cargo.toml b/Cargo.toml index e5b3417..83e5a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,7 @@ [package] -name = "syscall" +name = "redox_syscall" version = "0.1.0" + +[lib] +name = "syscall" +