commit 9c232232370a4a55b83dd5b4ef1d8a5c447635f8 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 11 Apr 2017 23:12:20 +0200 Initial commit Diffstat:
| A | .gitignore | | | 7 | +++++++ |
| A | README.md | | | 2 | ++ |
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,7 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock diff --git a/README.md b/README.md @@ -0,0 +1,2 @@ +# hangups-rs +Rust version of hangups (WIP)