wanning-init 0.1.2

Wanning 配置生成器:给 Claude Code/Codex/Kimi/Trae/WorkBuddy/DeepSeek Harness 生成即用 MCP 配置
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wanning-init"
version = "0.1.2"
authors = ["changshenhan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wanning 配置生成器:给 Claude Code/Codex/Kimi/Trae/WorkBuddy/DeepSeek Harness 生成即用 MCP 配置"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/directwire/wanning"

[lib]
name = "wanning_init"
path = "src/lib.rs"

[[bin]]
name = "wanning-init"
path = "src/main.rs"

[[test]]
name = "install"
path = "tests/install.rs"

[[test]]
name = "matrix"
path = "tests/matrix.rs"

[dependencies.serde_json]
version = "1"

[dependencies.wanning-core]
version = "0.1.2"

[dev-dependencies]