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:
parent
6d116fac36
commit
cdacfce901
@ -22,7 +22,7 @@ minijinja = { version = "2.4.0", features = [
|
|||||||
"custom_syntax",
|
"custom_syntax",
|
||||||
"loop_controls",
|
"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" }
|
tiktoken-rs = { version = "0.6.0" }
|
||||||
tokenizers = { version = "0.20.0", features = [
|
tokenizers = { version = "0.20.0", features = [
|
||||||
"esaxx_fast",
|
"esaxx_fast",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user