19 lines
486 B
TOML
19 lines
486 B
TOML
[package]
|
|
name = "notcore"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
description = "Shared types and config for the notfiles dotfiles manager"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
dirs = { workspace = true }
|
|
serde = { workspace = true }
|
|
strsim = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
toml = { workspace = true }
|