]> git.lizzy.rs Git - rust.git/blob - src/rustdoc-json-types/Cargo.toml
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
[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"