mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-31 01:29:48 +02:00
18 lines
364 B
TOML
18 lines
364 B
TOML
[package]
|
|
name = "tantivy_test"
|
|
version = "0.1.0"
|
|
authors = ["ryangreenup <exogenesis@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tantivy = "0.14.0"
|
|
tempfile = "3.2.0"
|
|
glob = "0.3.0"
|
|
|
|
# So glib doesn't matter
|
|
[build]
|
|
rustflags = [
|
|
"-C", "link-arg=-static",
|
|
] |