Skip to content

Commit

Permalink
Updated for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Feb 13, 2015
1 parent 3dc16c2 commit 992b8bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

15 changes: 10 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[package]

name = "utils"
version = "0.0.1"
name = "mindtree_utils"
description = "Miscellaneous utilities from the sleeve of mindtree."
version = "0.1.1"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
readme = "README.md"
keywords = ["utils", "math", "iterator"]
license = "MIT"
repository = "https://github.com/mitchmindtree/utils-rs.git"
homepage = "https://github.com/mitchmindtree/utils-rs"


[dependencies]
rand = "0.1.2"
rustc-serialize = "0.2.12"

[dependencies.time]
git = "https://github.com/rust-lang/time"
time = "0.1.17"

0 comments on commit 992b8bd

Please sign in to comment.