summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c702e35944d79f199cb787cb0228af763a501959 (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"]}
migrations_internals = "1.4.0"