diff --git a/Cargo.toml b/Cargo.toml index 5d90df4..217b75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.16" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "] +repository = "https://github.com/redox-os/syscall" +documentation = "https://docs.rs/redox_syscall" [lib] name = "syscall" diff --git a/README.md b/README.md new file mode 100644 index 0000000..d45ec25 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +[Redox OS][1]'s syscall API + +[Documentation][2] + +[1]: https://github.com/redox-os/redox +[2]: https://docs.rs/redox_syscall +