get rids of the index crate + the document_types crate

This commit is contained in:
Tamo
2022-10-11 17:42:43 +02:00
committed by Clément Renault
parent 9a74ea0943
commit 667c282e19
30 changed files with 324 additions and 2145 deletions

View File

@ -6,7 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
index = { path = "../index" }
uuid = { version = "1.1.2", features = ["serde", "v4"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
serde = { version = "1.0.136", features = ["derive"] }