Node - impl Serialize/Deserialize for new components

This commit is contained in:
Anthony MOI
2020-08-04 11:04:57 -04:00
committed by Anthony MOI
parent 30099541a7
commit 802e5b1ef9
9 changed files with 134 additions and 88 deletions

View File

@ -17,6 +17,5 @@ neon-build = "0.3.3"
neon = "0.3"
neon-runtime = "0.3"
neon-serde = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde = { version = "1.0", features = [ "rc", "derive" ] }
tokenizers = { path = "../../../tokenizers" }