Skip to content

Commit

Permalink
manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 21, 2021
1 parent af85b42 commit a68ab07
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "This is a simple lexicon matching tool that, given a lexicon of words or phrases, identifies all matches in a given target text. Uses suffix arrays."
edition = "2018"
homepage = "https://github.com/proycon/lexmatch"
keywords = ["nlp", "text-processing"]
license = "GPL-3.0+"
name = "lexmatch"
readme = "README.md"
repository = "https://github.com/proycon/lexmatch"
version = "0.1.0"
include = ["src/**/*", "LICENSE", "README.md"]

[dependencies]
clap = "*"
suffix = "*"
clap = "2.33.3"
suffix = "1.2.0"

0 comments on commit a68ab07

Please sign in to comment.