summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b06047c53bb6a1150b8a982330599edccc09ed4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "space"
version = "0.1.0"
authors = ["tom barrett <spalf0@gmail.com>"]
edition = "2018"

[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
termion = "*"
rand = "0.6"
toml = "0.4"
clap = "2"