Skip to content

Commit 69cbd88

Browse files
committed
make formality-core publishable
1 parent 3bd128f commit 69cbd88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/formality-core/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "formality-core"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
description = "Language-independent formality system used by a-mir-formality"
7+
homepage = "https://rust-lang.github.io/a-mir-formality/"
8+
repository = "https://github.com/rust-lang/a-mir-formality/"
59

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

@@ -12,7 +16,7 @@ stacker = "0.1.15"
1216
tracing = "0.1"
1317
tracing-subscriber = {version = "0.3", default-features = false, features = ["env-filter", "fmt"]}
1418
tracing-tree = { version = "0.2" }
15-
formality-macros = { path = "../formality-macros" }
19+
formality-macros = { version = "0.1.0", path = "../formality-macros" }
1620
anyhow = "1.0.75"
1721
contracts = "0.6.3"
1822

0 commit comments

Comments
 (0)