Nathan.fooo fed9d43fc5
Upgrade Rust edition (Do not merge into 0.9.2 version) (#7925)
* chore: compile

* chore: bump rust edition

* chore: bump rust tool chain version

* chore: fix test

* chore: fmt

* chore: build target

* chore: clippy

* chore: fmt
2025-05-14 10:26:59 +08:00

25 lines
627 B
TOML

[package]
name = "flowy-sqlite-vec"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlite-vec = "0.1.6"
rusqlite = { version = "0.35.0", features = ["bundled"] }
rusqlite_migration = { version = "2.1.0", features = ["from-directory"] }
include_dir = "0.7.4"
anyhow.workspace = true
tracing.workspace = true
uuid.workspace = true
zerocopy = "0.9.0-alpha.0"
tokio.workspace = true
flowy-ai-pub = { workspace = true }
serde_json.workspace = true
r2d2 = { version = "0.8" }
r2d2_sqlite = { version = "0.28" }
chrono.workspace = true
serde = { version = "1.0.219", features = ["derive"] }
[dev-dependencies]
tempfile = "3.8.0"