We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2a865 commit f1a87f3Copy full SHA for f1a87f3
Cargo.toml
@@ -6,5 +6,8 @@ license = "Apache-2.0/MIT"
6
description = "Lightweight Datalog engine intended to be embedded in other Rust programs"
7
readme = "README.md"
8
keywords = ["datalog", "analysis"]
9
+repository = "https://github.com/rust-lang-nursery/datafrog"
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