]> git.lizzy.rs Git - rust.git/blob - src/rustdoc-json-types/Cargo.toml
Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPC
[rust.git] / src / rustdoc-json-types / Cargo.toml
1 [package]
2 name = "rustdoc-json-types"
3 version = "0.1.0"
4 authors = ["The Rust Project Developers"]
5 edition = "2018"
6
7 [lib]
8 path = "lib.rs"
9
10 [dependencies]
11 serde = { version = "1.0", features = ["derive"] }
12
13 [dev-dependencies]
14 serde_json = "1.0"