mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
12 lines
350 B
TOML
12 lines
350 B
TOML
[package]
|
|
authors = ["Paul Masurel <paul@quickwit.io>", "Pascal Seitz <pascal@quickwit.io>"]
|
|
name = "ownedbytes"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
description = "Expose data as static slice"
|
|
license = "MIT"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
stable_deref_trait = "1.2.0"
|