2021-12-18 15:12:59 +00:00
|
|
|
[package]
|
|
|
|
name = "journal"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 20:28:02 +00:00
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2021-12-18 15:12:59 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/journal.rs"
|
2022-03-04 00:15:56 +00:00
|
|
|
doctest = false
|
2021-12-18 15:12:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-04-25 00:41:55 +00:00
|
|
|
anyhow.workspace = true
|
2024-02-25 23:52:59 +00:00
|
|
|
chrono.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
editor.workspace = true
|
|
|
|
gpui.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
log.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
schemars.workspace = true
|
|
|
|
serde.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
settings.workspace = true
|
2024-02-25 17:02:59 +00:00
|
|
|
shellexpand.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
workspace.workspace = true
|
2023-05-20 15:54:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-06 19:41:36 +00:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|