glider 0.1.0

The glider project. WIP.
Documentation
[package]
name = "glider"
version = "0.1.0"
authors = ["Avinash Dwarapu <avinash@dwarapu.me>"]

description = "The glider project. WIP."
homepage = "https://github.com/avinashbot/glider"
repository = "https://github.com/avinashbot/glider"
documentation = "https://glider.avn.sh"

readme  = "README.md"
categories = ["command-line-utilities", "development-tools"]
license = "MPL-2.0"

[[bin]]
name = "glider"
path = "src/bin/main.rs"
doc = false

[lib]
name = "glider"
path = "src/glider.rs"

[dependencies]
clap = "~2.26.0"