16 lines
285 B
TOML
16 lines
285 B
TOML
[package]
|
|
name = "tabby-common"
|
|
version = "0.1.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 }
|
|
|
|
[features]
|
|
testutils = []
|