Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 24, 2024
1 parent 6aeb883 commit fea260b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stam-tools"
version = "0.4.0"
edition = "2021"
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "Command-line tools for working with standoff annotations on text (STAM)"
description = "Command-line tools for working with stand-off annotations on text (STAM)"
documentation = "https://github.com/annotation/stam-tools"
homepage = "https://github.com/annotation/stam-tools"
include = ["src/**/*","tests/**/*", "LICENSE", "README.md"]
Expand All @@ -13,6 +13,6 @@ repository = "https://github.com/annotation/stam-tools"
keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"]

[dependencies]
stam = { version = "0.9.0", path = "../stam-rust" } #TODO: remove path before release!
stam = { version = "0.9.0" }
clap = "3.2.23"
html-escape = "0.2.13"

0 comments on commit fea260b

Please sign in to comment.