Skip to content

Commit 6db8f06

Browse files
committed
Cargo details
1 parent 6c9f50c commit 6db8f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name = "rustdoc-types"
33
version = "0.1.0"
44
authors = ["Nixon Enraght-Moony <nixon.emoony@gmail.com>", "The Rust Project Developers"]
55
edition = "2018"
6-
license = "Apache-2.0 or MIT"
6+
license = "MIT OR Apache-2.0"
7+
description = "Types for rustdoc's json output"
8+
repository = "https://github.com/aDotInTheVoid/rustdoc-types/"
79
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
810

911
[dependencies]

0 commit comments

Comments
 (0)