Files
mnote/rust/crates/index-fts/Cargo.toml
T

14 lines
303 B
TOML
Raw Normal View History

2026-04-14 13:22:29 +08:00
[package]
name = "index-fts"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
core-domain = { path = "../core-domain" }
event-log = { path = "../event-log" }
2026-04-15 20:01:12 +08:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
regex = "1"