wanning-init 0.1.0

Wanning 插件配置生成器:五平台 MCP 配置一条命令(stdout 默认,--out 显式,绝不覆盖)
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.0"
authors = ["changshenhan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wanning 插件配置生成器:五平台 MCP 配置一条命令(stdout 默认,--out 显式,绝不覆盖)"
readme = false
license = "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 = "matrix"
path = "tests/matrix.rs"

[dependencies.serde_json]
version = "1"

[dev-dependencies]