Skip to content

Commit

Permalink
feat(pyo3): enable opencc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Mar 22, 2024
1 parent ae9c1d4 commit c2ba934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "zhconv"
path = "src/main.rs"

[dependencies]
zhconv = { version = "0.3.1", path = "../" }
zhconv = { version = "0.3.1", path = "../", features = ["opencc"] }
structopt = "0.3"
anyhow = "1.0"
log = "0.4"
Expand Down

0 comments on commit c2ba934

Please sign in to comment.