about summary refs log tree commit diff
path: root/Cargo.toml
blob: 1b696d7d0d3e8110e8e22f1c04fd0f28b79ff5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pushmail"
version = "0.1.0"
authors = ["Alyssa Ross <hi@alyssa.is>"]
edition = "2018"

[dependencies]
graphql_client = "0.8.0"
serde = "1.0.104"
serde_json = "1.0.46"
failure = "0.1.6"
isahc = { version = "0.8.2", features = ["json"] }
libc = "0.2.68"
clap = "2.33.0"