- Update phase indicator to Phase 15 (Self-Hosting) - Update documentation links to Phase 15 resources - Reflect completion of R1-R5 tasks and ongoing work - Fix CURRENT_TASK.md location to root directory Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
325 B
TOML
21 lines
325 B
TOML
[package]
|
|
name = "nyash-next"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Next-generation Nyash development crate (separate from legacy src)"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
name = "nyash_next"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "nyash-next"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
log = "0.4"
|
|
env_logger = "0.11"
|
|
|