Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled
- Extract FileStore port and InMemoryFileStore/FileStoreImpl/Reporter adapters - Add Reporter trait to notcore with TerminalReporter and JsonReporter - Refactor linker, package, status modules to use FileStore port - Add integration test suite with dotfiles fixtures - Add cross-crate integration tests - Remove ssh_rsa identity/recipient (unsupported) - Add rustqual.toml, .sccignore, notfiles.toml config files - Update CLAUDE.md, README.md, AGENTS.md with current architecture
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]
|
|
serde = { workspace = true }
|
|
toml = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
dirs = { workspace = true }
|
|
strsim = { workspace = true }
|
|
anyhow = { workspace = true }
|