Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 26, 2016
0 parents commit 56a35a3
Show file tree
Hide file tree
Showing 9 changed files with 1,057 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.rs.bk
target
313 changes: 313 additions & 0 deletions Cargo.lock

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

14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
authors = ["Jorge Aparicio <[email protected]>"]
name = "xargo"
version = "0.1.0"

[dependencies]
chrono = "0.2.20"
curl = "0.2.18"
env_logger = "0.3.2"
flate2 = "0.2.13"
log = "0.3.5"
rustc_version = "0.1.7"
tar = "0.4.4"
tempdir = "0.3.4"
Loading

0 comments on commit 56a35a3

Please sign in to comment.