mob 0.1.1

A CLI for mobbing from the comfort of your console
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mob"
version = "0.1.1"
authors = ["Michael Stock <mikeastock@gmail.com>"]
license = "MIT"
description = "A CLI for mobbing from the comfort of your console"
documentation = "https://github.com/mikeastock/mob"
homepage = "https://github.com/mikeastock/mob"
repository = "https://github.com/mikeastock/mob"

[dependencies]
clap = "2.23"
rand = "0.3"
termion = "1.3"