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

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
termion = "*"
rand = "0.6"
toml = "0.4"
clap = "2"
diesel = {version = "1.4.2", features = ["postgres", "serde_json"]}
migrations_internals = "1.4.0"