smileypyramid 1.0.0

Create pyramids built out of smiley faces
Documentation
[package]
name = "smileypyramid"
version = "1.0.0"
authors = ["Alexander F Rødseth <xyproto@archlinux.org>"]
exclude = [
    "main.cpp",
    "*.pro*",
    "Makefile",
]
description = "Create pyramids built out of smiley faces"
homepage = "https://github.com/xyproto/smileypyramid"
keywords = ["asciiart", "console", "terminal", "fun"]
license-file = "LICENSE"

[dependencies]
docopt = "1"
serde = "1.0"
serde_derive = "1.0"

[lib]
name = "smileypyramid"
path = "rust/lib.rs"

[[bin]]
name = "smileypyramid"
path = "rust/bin.rs"