]> git.lizzy.rs Git - rust.git/blob - src/rustdoc-json-types/Cargo.toml
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / src / rustdoc-json-types / Cargo.toml
1 [package]
2 name = "rustdoc-json-types"
3 version = "0.1.0"
4 edition = "2021"
5
6 [lib]
7 path = "lib.rs"
8
9 [dependencies]
10 serde = { version = "1.0", features = ["derive"] }
11
12 [dev-dependencies]
13 serde_json = "1.0"