Skip to content

Commit

Permalink
rand_core: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Sep 14, 2017
1 parent da1ff46 commit 67b22bd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions rand_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
name = "rand_core"
version = "0.0.1"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/rand"
description = "Random number generator core: `Rng` and extensions"
homepage = "https://github.com/dhardy/rand/tree/master/rand_core"
documentation = "https://docs.rs/rand_core"
homepage = "https://github.com/rust-lang-nursery/rand"
description = """
Random number generator traits
"""
readme = "README.md"
keywords = ["random", "rng"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dhardy/rand/"

[features]
default = ["std"]
Expand Down

0 comments on commit 67b22bd

Please sign in to comment.