From d2a2773111222b5410c565788ae5817d4c071a42 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Sun, 25 Feb 2018 10:53:54 -0800 Subject: [PATCH] Initial commit --- .gitignore | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50281a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# 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 + +# These are backup files generated by rustfmt +**/*.rs.bk diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d8b91b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# simple_crypto +A simple little Rust crypto library, to inspire competition.