Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nzwave-adapter
  • Loading branch information
JohanLorenzo committed Apr 21, 2016
2 parents be72697 + fa2de91 commit 678d259
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/openzwave-adapter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
Cargo.lock
.*.sw*
.cargo
10 changes: 10 additions & 0 deletions components/openzwave-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "openzwave-adapter"
version = "0.1.0"
authors = ["Julien Wajsberg <felash@gmail.com>"]

[dependencies]
openzwave-stateful = { git = "https://github.com/fxbox/openzwave-stateful-rust" }
foxbox_taxonomy = { git = "https://github.com/fxbox/taxonomy.git" }
transformable_channels = "^0.1"
log = "^0.3"
Loading

0 comments on commit 678d259

Please sign in to comment.