Skip to content

Commit

Permalink
Merge pull request #5 from dib-lab/update_cargo_metadata
Browse files Browse the repository at this point in the history
update cargo metadata
  • Loading branch information
shokrof committed Nov 8, 2019
2 parents fc5f9d1 + b3db798 commit 938f669
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
@@ -1,7 +1,14 @@
[package]
name = "mqf"
version = "0.1.0"
authors = ["Luiz Irber <rust@luizirber.org>"]
version = "1.0.0"
authors = ["Mostafa Shokrof <mostafa.shokrof@gmail.com>", "Tamer Mansour <drtamermansour@gmail.com>", "Luiz Irber <rust@luizirber.org>"]
description = "MQF, Mixed Quotient Filter, is a variant of CQF (Counting Quotient Filter)"
license-file = "LICENSE.txt"
repository = "https://github.com/dib-lab/MQF"
homepage = "https://github.com/dib-lab/MQF"
categories = ["science", "algorithms", "data-structures"]
edition = "2018"
readme = "README.md"
links = "libmqf"

[build-dependencies]
Expand Down

0 comments on commit 938f669

Please sign in to comment.