mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
16 lines
341 B
TOML
16 lines
341 B
TOML
[package]
|
|
name = "jrnl"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive", "env"] }
|
|
dirs = "5.0.1"
|
|
ego-tree = "0.6.2"
|
|
indexmap = "2.2.6"
|
|
markdown = "0.3.0"
|
|
petgraph = "0.6.4"
|
|
ratatui = "0.26.2"
|
|
time = { version = "0.3.36", features = ["parsing"]}
|
|
time-macros = { version = "0.2.0-alpha.1" }
|