msvc 0.1.0

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

# Binary name is now `msvc`, so the command will be `msvc`

[[bin]]
name = "msvc"
path = "src/main.rs"

[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
toml_edit = "0.23.4"

[dev-dependencies]
tempfile = "3.2"