tabby/crates/tabby-common/Cargo.toml

19 lines
450 B
TOML

[package]
name = "tabby-common"
version = "0.2.0-rc.0"
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"] }
[features]
testutils = []