- Add registry README with API documentation - Add initial packages: json, http-client, testing - Add package index.json for registry server Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
157 B
TOML
9 lines
157 B
TOML
[project]
|
|
name = "json"
|
|
version = "1.0.0"
|
|
description = "JSON parsing and serialization for Lux"
|
|
authors = ["Lux Core Team"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|