Skip to content

Commit f1a87f3

Browse files
committed
Add repo links to Cargo.toml
1 parent 9c2a865 commit f1a87f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ license = "Apache-2.0/MIT"
66
description = "Lightweight Datalog engine intended to be embedded in other Rust programs"
77
readme = "README.md"
88
keywords = ["datalog", "analysis"]
9+
repository = "https://github.com/rust-lang-nursery/datafrog"
910

10-
[dependencies]
11+
[badges]
12+
is-it-maintained-issue-resolution = { repository = "https://github.com/rust-lang-nursery/datafrog" }
13+
is-it-maintained-open-issues = { repository = "https://github.com/rust-lang-nursery/datafrog" }

0 commit comments

Comments
 (0)