Skip to content

Commit bb3a2b8

Browse files
committed
update Cargo.toml
1 parent 4933ca6 commit bb3a2b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[package]
22
name = "datafrog"
33
version = "0.1.0"
4-
authors = ["Frank McSherry <fmcsherry@me.com>"]
4+
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"]
59

610
[dependencies]

0 commit comments

Comments
 (0)