summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4d661ccc3ffdf07e75a1f5e2f31393eb84827445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"