zed/crates/journal/Cargo.toml
2023-04-24 17:41:55 -07:00

22 lines
398 B
TOML

[package]
name = "journal"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
path = "src/journal.rs"
doctest = false
[dependencies]
editor = { path = "../editor" }
gpui = { path = "../gpui" }
util = { path = "../util" }
workspace = { path = "../workspace" }
anyhow.workspace = true
chrono = "0.4"
dirs = "4.0"
log.workspace = true
settings = { path = "../settings" }
shellexpand = "2.1.0"