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 4933ca6 commit bb3a2b8Copy full SHA for bb3a2b8
Cargo.toml
@@ -1,6 +1,10 @@
1
[package]
2
name = "datafrog"
3
version = "0.1.0"
4
-authors = ["Frank McSherry <fmcsherry@me.com>"]
+authors = ["Frank McSherry <fmcsherry@me.com>", "The Rust Project Developers", "Datafrog Developers"]
5
+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
10
[dependencies]
0 commit comments