2026-03-31 17:17:35 -04:00
|
|
|
[package]
|
|
|
|
|
name = "notcore"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
2026-03-31 22:00:10 -04:00
|
|
|
license.workspace = true
|
2026-07-08 13:07:42 -04:00
|
|
|
repository.workspace = true
|
|
|
|
|
homepage.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
description = "Shared types and config for the notfiles dotfiles manager"
|
2026-03-31 17:17:35 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
dirs = { workspace = true }
|
2026-07-11 22:10:48 -04:00
|
|
|
serde = { workspace = true }
|
2026-07-08 13:07:42 -04:00
|
|
|
strsim = { workspace = true }
|
2026-07-11 22:10:48 -04:00
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
toml = { workspace = true }
|