chore: add dual MIT/Apache-2.0 license, update Cargo.toml and README
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Failing after 4s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Joseph O'Brien
2026-03-31 22:00:10 -04:00
parent dcc3cf968c
commit 0ff89234e8
9 changed files with 72 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name = "notcore"
version = "0.1.0"
edition = "2024"
license.workspace = true
[dependencies]
serde = { workspace = true }

View File

@@ -2,6 +2,7 @@
name = "notfiles"
version = "0.1.0"
edition = "2024"
license.workspace = true
description = "A modern dotfiles manager — pure Rust alternative to GNU Stow"
[[bin]]

View File

@@ -2,6 +2,7 @@
name = "nothooks"
version = "0.1.0"
edition = "2024"
license.workspace = true
[[bin]]
name = "nothooks"

View File

@@ -2,6 +2,7 @@
name = "notsecrets"
version = "0.1.0"
edition = "2024"
license.workspace = true
[dependencies]
notcore = { workspace = true }

View File

@@ -2,6 +2,7 @@
name = "notstrap"
version = "0.1.0"
edition = "2024"
license.workspace = true
description = "New-machine bootstrap orchestrator"
[[bin]]