gecko-dev/third_party/rust/fnv/Cargo.toml

14 строки
322 B
TOML

[package]
name = "fnv"
version = "1.0.5"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Fowler–Noll–Vo hash function"
license = "Apache-2.0 / MIT"
readme = "README.md"
repository = "https://github.com/servo/rust-fnv"
documentation = "https://doc.servo.org/fnv/"
[lib]
name = "fnv"
path = "lib.rs"