2023-05-30 06:39:02 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tabby-common"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-05-30 22:44:29 +00:00
|
|
|
chrono = "0.4.26"
|
2023-06-05 22:18:10 +00:00
|
|
|
filenamify = "0.1.0"
|
2023-05-30 22:44:29 +00:00
|
|
|
lazy_static = { workspace = true }
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
serdeconv = { workspace = true }
|
2023-06-22 02:48:13 +00:00
|
|
|
serde-jsonlines = { workspace = true }
|
2023-06-05 03:08:43 +00:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
testutils = []
|