Current section

Files

Jump to
jieba native rustler_jieba Cargo.toml
Raw

native/rustler_jieba/Cargo.toml

[package]
name = "rustler_jieba"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "rustler_jieba"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
jieba-rs = { version = "0.6", features = ["tfidf", "textrank"] }
lazy_static = "1.4.0"
rustler = "0.31.0"