mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
16 lines
274 B
TOML
16 lines
274 B
TOML
[package]
|
|
name = "journal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/journal.rs"
|
|
|
|
[dependencies]
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
util = { path = "../util" }
|
|
workspace = { path = "../workspace" }
|
|
chrono = "0.4"
|
|
dirs = "4.0"
|
|
log = "0.4" |