voltorb 0.1.0

Voltorb Flip in your terminal!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "voltorb"
version = "0.1.0"
edition = "2021"

authors = ["Miguel Young de la Sota <mcyoung@mit.edu>"]
description = "Voltorb Flip in your terminal!"
homepage = "https://github.com/mcy/voltorb"
repository = "https://github.com/mcy/voltorb"

license = "Apache-2.0"

[dependencies]
argh = "0.1.7"
boxy = "0.1.0"
crossterm = "0.23.2"
enumflags2 = "0.7.5"
rand = "0.8.5"