tabby/crates/tabby-common/Cargo.toml

21 lines
499 B
TOML

[package]
name = "tabby-common"
version = "0.5.0-rc.2"
edition = "2021"
[dependencies]
chrono = "0.4.26"
filenamify = "0.1.0"
lazy_static = { workspace = true }
serde = { workspace = true }
serdeconv = { workspace = true }
serde-jsonlines = { workspace = true }
reqwest = { workspace = true, features = [ "json" ] }
tokio = { workspace = true, features = ["rt", "macros"] }
uuid = { version = "1.4.1", features = ["v4"] }
tantivy.workspace = true
anyhow.workspace = true
[features]
testutils = []