This commit is contained in:
Dave Beesley
2026-01-16 20:19:52 -07:00
commit 9db120e05d
14 changed files with 1941 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[workspace]
resolver = "2"
members = [
"crates/claude-chill",
]
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["David Beesley"]