Update Cargo.toml with mlua dependency and features for successful build as per my manual build on an aarch64 proot-distro alias of Debian in an unrooted Termux host. NOTE: This is soon to be my first official OS commit and soon to be my first official pull request. (#898)

This commit is contained in:
b9Joker108 2025-02-11 16:50:26 +11:00 committed by GitHub
parent 6d116fac36
commit cdacfce901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ minijinja = { version = "2.4.0", features = [
"custom_syntax",
"loop_controls",
] }
mlua = { version = "0.10.0", features = ["module", "serialize"] }
mlua = { version = "0.10.0", features = ["lua54", "module", "serialize"], default-features = false }
tiktoken-rs = { version = "0.6.0" }
tokenizers = { version = "0.20.0", features = [
"esaxx_fast",