14 lines
303 B
TOML
14 lines
303 B
TOML
[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" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
regex = "1"
|