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

[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
termion = "1.5.1"