mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
17 lines
347 B
TOML
17 lines
347 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
publish = false
|
|
description = "Examples demonstrating how to use the Qdrant Edge library"
|
|
|
|
[dependencies]
|
|
qdrant-edge = { path = "../qdrant-edge" }
|
|
anyhow = "1"
|
|
fs-err = "3"
|
|
ordered-float = "5"
|
|
serde_json = "1"
|
|
tempfile = "3"
|
|
ureq = "3"
|
|
uuid = { version = "1.21", features = ["v4"] }
|