hangups-rs

Rust version of hangups (WIP) Currently Login not possible
git clone git://archive.git.mtrnord.blog/Nordgedanken/hangups-rs.git
Log | Files | Refs | README | LICENSE

commit 9c232232370a4a55b83dd5b4ef1d8a5c447635f8
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 11 Apr 2017 23:12:20 +0200

Initial commit
Diffstat:
A.gitignore | 7+++++++
AREADME.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)