mirror of
https://gitee.com/openharmony/third_party_rust_rustc-hash
synced 2024-11-27 01:50:35 +00:00
11 lines
253 B
TOML
11 lines
253 B
TOML
[package]
|
|
name = "rustc-hash"
|
|
version = "0.1.0"
|
|
authors = ["The Rust Project Developers"]
|
|
description = "speed, non-cryptographic hash used in rustc"
|
|
license = "Apache-2.0/MIT"
|
|
readme = "README.md"
|
|
keywords = ["hash", "fxhash", "rustc"]
|
|
|
|
[dependencies]
|