Skip to content

Commit

Permalink
Add zeroconf based authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Jan 1, 2016
1 parent 4806f3e commit bead9da
Show file tree
Hide file tree
Showing 14 changed files with 663 additions and 248 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:
packages:
- protobuf-compiler
- portaudio19-dev
- libavahi-compat-libdnssd-dev

before_install:
- export PATH=$HOME/.cargo/bin:$PATH
Expand Down
147 changes: 144 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@ path = "protocol"
[dependencies]
bit-set = "~0.2.0"
byteorder = "~0.4.2"
dns-sd = "~0.1.0"
eventual = "~0.1.5"
getopts = "~0.2.14"
json_macros = "~0.2.6"
lazy_static = "~0.1.15"
num = "~0.1.29"
protobuf = "~1.0.9"
protobuf = "~1.0.10"
rand = "~0.3.12"
rpassword = "~0.1.0"
rust-crypto = "~0.2.34"
rustc-serialize = "~0.3.16"
time = "~0.1.34"
tiny_http = "~0.5.1"
tempfile = "~1.1.3"
url = "~0.5.2"
vorbis = "~0.0.13"

[dependencies.protobuf_macros]
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build = "build.rs"

[dependencies]
mod_path = "~0.1.6"
protobuf = "~1.0.4"
protobuf = "~1.0.10"

0 comments on commit bead9da

Please sign in to comment.