mirror of
https://gitee.com/openharmony/third_party_rust_hashbrown
synced 2025-02-17 03:48:15 +00:00
Readme and Cargo.toml updates
This commit is contained in:
parent
f3a242fb48
commit
1fbb17b2d5
@ -3,13 +3,14 @@ name = "hashbrown"
|
||||
version = "0.12.0"
|
||||
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
|
||||
description = "A Rust port of Google's SwissTable hash map"
|
||||
license = "Apache-2.0/MIT"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/hashbrown"
|
||||
readme = "README.md"
|
||||
keywords = ["hash", "no_std", "hashmap", "swisstable"]
|
||||
categories = ["data-structures", "no-std"]
|
||||
exclude = [".github", "bors.toml", "/ci/*"]
|
||||
exclude = [".github", "/ci/*"]
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
|
||||
[dependencies]
|
||||
# For the default hasher
|
||||
|
Loading…
x
Reference in New Issue
Block a user