aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7ecd3f5422d540fa409c097faa5d5077ac3472d6 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rust-pushbullet"
version = "0.1.0"
authors = ["David Li <li.davidm96@gmail.com>"]

[dependencies]
websocket = "~0.12.2"
rustc-serialize = "0.3"
toml = "0.1"
notify-rust = "3.0"