Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled
- Add cliff.toml with GitHub remote wiring, issue link parsers, and clean group names (no sort prefixes) - Add rust-version = "1.87.0" and codegen-units = 1 to workspace - Sort workspace.dependencies alphabetically; add notstrap path entry - Add CLAUDE.md preflight block; reformat workspace table to 100-col - Delete stale brainstorm artifacts and root HANDOFF.md
18 lines
453 B
TOML
18 lines
453 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]
|
|
dirs = { workspace = true }
|
|
serde = { workspace = true }
|
|
strsim = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
toml = { workspace = true }
|