rust/src/rustdoc-json-types/Cargo.toml
ozkanonur 52c71e6e28 fix inconsistent json outputs from rustdoc
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-03-05 00:09:09 +03:00

14 lines
223 B
TOML

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