blob: 27545db79994c4964cdd66b87dba3f5dd93e3d24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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.1"
hyper = "0.6"
|