Node - Update bindings for new encode

This commit is contained in:
Anthony MOI
2020-05-01 15:51:21 -04:00
parent 30216190e5
commit e2e2ca28c9
5 changed files with 438 additions and 307 deletions

View File

@ -14,6 +14,9 @@ crate-type = ["cdylib"]
neon-build = "0.3.3"
[dependencies]
neon = "0.3.3"
rayon = "1.2.0"
neon = "0.3"
neon-runtime = "0.3"
neon-serde = "0.3"
serde = "1.0"
serde_derive = "1.0"
tokenizers = { path = "../../../tokenizers" }