summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9edf61acd64cdcf66c20dad242ad178f61c6857b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "pjournal"
version = "0.1.0"
authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]
edition = "2018"

[dependencies]
reqwest = { version = "0.10.1", features = ["blocking", "json"] }
clap = "2"
rocket = "0.4.2"
rocket_contrib = { version = "0.4.2", default-features = false, features = ["handlebars_templates"] }