msvc 0.1.0

A tool to automate setup for MSVC projects with vc-ltl and thunk-rs.
[[bin]]
name = "msvc"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.toml_edit]
version = "0.23.4"

[dev-dependencies.tempfile]
version = "3.2"

[package]
authors = ["Baoge <baoge@live.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools"]
description = "A tool to automate setup for MSVC projects with vc-ltl and thunk-rs."
documentation = "https://docs.rs/msvc"
edition = "2024"
homepage = "https://github.com/ba0ge/msvc"
keywords = ["msvc", "vc-ltl", "thunk-rs", "development-tools"]
license = "MIT OR Apache-2.0"
name = "msvc"
readme = "README.md"
repository = "https://github.com/ba0ge/msvc"
version = "0.1.0"

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

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