Skip to content

Commit

Permalink
Update cargo metadata for jieba-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 25, 2024
1 parent c81b403 commit c609223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ harness = false
required-features = ["tfidf", "textrank"]

[dependencies]
jieba-macros = { path = "./jieba-macros" }
jieba-macros = { version = "0.7.1", path = "./jieba-macros" }
cedarwood = "0.4"
derive_builder = { version = "0.20.0", optional = true }
fxhash = "0.2.1"
Expand Down
6 changes: 6 additions & 0 deletions jieba-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "jieba-macros"
version = "0.7.1"
categories = ["text-processing"]
description = "jieba-rs proc-macro"
keywords = ["nlp", "chinese", "segmenation"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/messense/jieba-rs"
edition = "2021"

[lib]
Expand Down

0 comments on commit c609223

Please sign in to comment.