rust/src/rustdoc-json-types/Cargo.toml
Noratrieb 4348383a0f Update rustc-hash to version 2
This brings in the new algorithm.
2024-10-20 00:12:49 -07:00

18 lines
303 B
TOML

[package]
name = "rustdoc-json-types"
version = "0.1.0"
edition = "2021"
[lib]
path = "lib.rs"
[features]
default = ["rustc-hash"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
rustc-hash = { version = "2.0", optional = true }
[dev-dependencies]
serde_json = "1.0"
bincode = "1"