feat: Introduce the Number type

This commit is contained in:
Clément Renault
2019-03-29 17:38:29 +01:00
parent 95dfbd1fe0
commit e41c551757
4 changed files with 62 additions and 4 deletions

View File

@ -8,6 +8,7 @@ edition = "2018"
bincode = "1.1.2"
linked-hash-map = { version = "0.5.2", features = ["serde_impl"] }
meilidb-core = { path = "../meilidb-core", version = "0.1.0" }
ordered-float = { version = "1.0.2", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = { version = "1.0.39", features = ["preserve_order"] }
sled = "0.20.0"