Skip to content

Commit 1fa8d08

Browse files
committed
Add some crate metadata
1 parent 66d44b0 commit 1fa8d08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
authors = ["Jorge Aparicio <[email protected]>"]
33
name = "compiler_builtins"
44
version = "0.1.0"
5+
license = "MIT/Apache-2.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rust-lang-nursery/compiler-builtins"
8+
homepage = "https://github.com/rust-lang-nursery/compiler-builtins"
9+
documentation = "https://docs.rs/compiler_builtins"
10+
description = """
11+
Compiler intrinsics used by the Rust compiler. Also available for other targets
12+
if necessary!
13+
"""
514

615
[lib]
716
test = false

0 commit comments

Comments
 (0)