caio.co/de/cantine


Adapt cantine_derive to tantivy 0.15 by Caio 5 years ago (log)

Blob cantine_derive/Cargo.toml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cantine_derive"
version = "0.1.0"
authors = ["Caio Romão <contact@caio.co>"]
edition = "2018"
publish = false

[dependencies]
cantine_derive_internal = { path = "./internal" }
serde = { version = "1.0" }
tantivy = "0.15"

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
bincode = "1"