We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9f50c commit 6db8f06Copy full SHA for 6db8f06
Cargo.toml
@@ -3,7 +3,9 @@ name = "rustdoc-types"
3
version = "0.1.0"
4
authors = ["Nixon Enraght-Moony <nixon.emoony@gmail.com>", "The Rust Project Developers"]
5
edition = "2018"
6
-license = "Apache-2.0 or MIT"
+license = "MIT OR Apache-2.0"
7
+description = "Types for rustdoc's json output"
8
+repository = "https://github.com/aDotInTheVoid/rustdoc-types/"
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
0 commit comments