Remove outdated entries from Cargo.toml (#193)

This commit is contained in:
Artyom Pavlov 2021-01-04 07:43:15 +03:00 committed by GitHub
parent 95be9b40b4
commit 6c94834850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,7 @@ description = "A small cross-platform library for retrieving random data from sy
documentation = "https://docs.rs/getrandom"
repository = "https://github.com/rust-random/getrandom"
categories = ["os", "no-std"]
exclude = ["utils/*", ".*", "appveyor.yml"]
[badges]
travis-ci = { repository = "rust-random/getrandom" }
appveyor = { repository = "rust-random/getrandom" }
exclude = [".*"]
[dependencies]
cfg-if = "1"