Radix/zml/tokenizer/hftokenizers/Cargo.toml

14 lines
389 B
TOML
Raw Normal View History

[package]
name = "zml_tokenizer_hftokenizers"
version = "0.1.0"
edition = "2021"
[dependencies]
# onig-sys fails to build with zig cc, disable it via the unstable_wasm feature, which switches
# the regex library to using fancy.
tokenizers = { version = "0.21.2", default-features = false, features = ["unstable_wasm"] }
[lib]
name = "zml_tokenizer_hftokenizers"
path = "hftokenizers.rs"