Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
working on getting it to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMacNaughton committed Jan 7, 2016
1 parent 4f24420 commit 5464d3b
Show file tree
Hide file tree
Showing 8 changed files with 150 additions and 13,625 deletions.
158 changes: 117 additions & 41 deletions Cargo.lock

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

21 changes: 11 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ version = "1.0.0"
authors = ["Chris Holcombe <xfactor973@gmail.com>", "Chris MacNaughton <chmacnaughton@gmail.com>"]

[dependencies]
bitflags = "*"
byteorder = "*"
crc = "*"
ceph = {git = "https://github.com/ChrisMacNaughton/ceph-rs.git"}
# bitflags = "*"
# byteorder = "*"
# crc = "*"
# ease = "*"
enum_primitive = "*"
# enum_primitive = "*"
log = "*"
nom = "*"
num = "*"
# nom = "*"
# num = "*"
pcap = "*"
rand = "*"
rust-crypto = "*"
rustc-serialize = "*"
# rand = "*"
# rust-crypto = "*"
# rustc-serialize = "*"
simple_logger = "*"
time = "*"
users = "*"
uuid = "*"
# uuid = "*"
influent = "0.2"
output_args = {git = "https://github.com/ChrisMacNaughton/ceph_cli_args.git"}

Expand Down
Loading

0 comments on commit 5464d3b

Please sign in to comment.