From 31be915ab71dcab004b64b313b20188af85c5d24 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 19 Oct 2015 08:36:50 -0400 Subject: Initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c46b3b9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rust-pushbullet" +version = "0.1.0" +authors = ["David Li "] + +[dependencies] +websocket = "~0.12.2" +rustc-serialize = "0.3" +toml = "0.1" -- cgit v1.2.3