Skip to content

Commit d02a11a

Browse files
committed
add a README and other metadata
1 parent bedab83 commit d02a11a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR APACHE-2"
66
description = "Model of the Rust type system maintained by the Rust types team (in development)"
7+
homepage = "https://rust-lang.github.io/a-mir-formality/"
8+
repository = "https://github.com/rust-lang/a-mir-formality/"
9+
readme = "README.md"
710

811
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
912

crates/formality-macros/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR APACHE-2"
66
description = "Macros used by a-mir-formality and formality-core"
7+
homepage = "https://rust-lang.github.io/a-mir-formality/"
8+
repository = "https://github.com/rust-lang/a-mir-formality/"
79

810
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
911

crates/formality-macros/READE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# formality-macros
2+
3+
Procedural macros used by the formality system.
4+
Don't import this crate directly.
5+
Check out formality-core instead.

0 commit comments

Comments
 (0)