globe-cli 0.2.0

Display an interactive ASCII globe in your terminal.
[[bin]]
name = "globe"
path = "src/main.rs"
[dependencies.clap]
default-features = false
features = ["std"]
version = "3.0.0-beta.2"

[dependencies.crossterm]
version = "0.18.2"

[dependencies.globe]
version = "0.2.0"

[package]
authors = ["adamsky <adamsky@enum.space>"]
description = "Display an interactive ASCII globe in your terminal."
edition = "2018"
keywords = ["interactive", "ASCII", "globe", "terminal", "cli"]
license = "GPL-3.0"
name = "globe-cli"
readme = "README.md"
repository = "https://github.com/adamsky/globe"
version = "0.2.0"