File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
license = " MIT OR APACHE-2"
6
6
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"
7
10
8
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
12
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
license = " MIT OR APACHE-2"
6
6
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/"
7
9
8
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
11
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments