Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 6, 2024
1 parent 72d80e7 commit 08e0fc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
24 changes: 13 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
authors = ["Maarten van Gompel <[email protected]>"]
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"
edition = "2021"
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"
version = "0.2.0"
include = ["src/**/*", "LICENSE", "README.md"]

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

0 comments on commit 08e0fc4

Please sign in to comment.