diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-09-03 02:00:54 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-09-03 12:26:30 +0200 |
commit | 53b5c00e625bf700a21be1a3e2070d3b23f1bef4 (patch) | |
tree | faace67aba86121a28382a0c74fe7701e4d398b7 /rust/README.md | |
parent | 311a02c31e03b23cc66e662cce63e6c19d4bc662 (diff) | |
download | auth-xmppmessage-53b5c00e625bf700a21be1a3e2070d3b23f1bef4.tar.gz auth-xmppmessage-53b5c00e625bf700a21be1a3e2070d3b23f1bef4.zip |
first test version
Diffstat (limited to 'rust/README.md')
-rw-r--r-- | rust/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rust/README.md b/rust/README.md new file mode 100644 index 0000000..8f2c1b9 --- /dev/null +++ b/rust/README.md @@ -0,0 +1,20 @@ +# auth-xmppessage + +### Compile + +It's written in rust, compile it with `cargo build` + +### Run + +``` +Usage: ./target/debug/auth_xmppmessage [options] + +Options: + -j, --jid JID bot jid + -p, --password PASSWORD + bot password + -u, --user USER add valid user + -s, --secret SECRET server secret for token generation + -t, --time HOURS Validity of the token in hours (default 48) + -h, --help print this help menu +```
\ No newline at end of file |