Skip to content

Commit

Permalink
Move traits to separate crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Mar 11, 2016
1 parent 7eb666f commit c124be5
Show file tree
Hide file tree
Showing 17 changed files with 3,195 additions and 2,557 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rand = { version = "0.3.8", optional = true }
rustc-serialize = { version = "0.3.13", optional = true }
serde = { version = "^0.7.0", optional = true }

[dependencies.num-traits]
path = "./traits"

[dev-dependencies]
# Some tests of non-rand functionality still use rand because the tests
# themselves are randomized.
Expand Down
6 changes: 6 additions & 0 deletions integer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "integer"
version = "0.1.0"
authors = ["Łukasz Jan Niemier <[email protected]>"]

[dependencies]
Loading

1 comment on commit c124be5

@cuviper
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub chickened out on the diff, but it looks like you lost the changes of ebed675.

Please sign in to comment.