summaryrefslogtreecommitdiffstats
path: root/cli/crates/hjem-core/Cargo.toml
blob: 0d5068b4d7fff961cdb9e5f8bcfa67c9a738631e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name                   = "hjem-core"
description            = "Core library for Hjem, declarative $HOME management utility"
version.workspace      = true
edition.workspace      = true
license.workspace      = true
homepage.workspace     = true
repository.workspace   = true
readme.workspace       = true
rust-version.workspace = true
keywords               = ["hjem", "nix", "home", "user-home"]
categories             = ["command-line-utilities"]

[dependencies]
jiff.workspace       = true
pound.workspace      = true
serde.workspace      = true
serde_json.workspace = true
smfh-core.workspace  = true
tracing.workspace    = true