Prepare for crates.io

This commit is contained in:
Jeremy Soller
2016-11-02 19:31:24 -06:00
parent a21644c278
commit 5312106ed3
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
Cargo.lock
target

View File

@@ -1,3 +1,7 @@
[package]
name = "syscall"
name = "redox_syscall"
version = "0.1.0"
[lib]
name = "syscall"