Files
wfassoc/wfassoc-exec/Cargo.toml
T
yyc12345 27235c2619 fix: fix qwfassoc build error
- fix qwfassoc build error
- set version of wfassoc to official version
- add version restriction when qwfassoc finding wfassoc
- rename qwfassoc project name in cmake configuration file
- set standalone build to OFF in default
2026-08-18 20:27:08 +08:00

16 lines
436 B
TOML

[package]
name = "wfassoc-exec"
version = "1.0.0"
authors = ["yyc12345"]
edition = "2024"
description = "The executable configuring Windows file assocation according to user given profile and request."
license = "MIT"
[dependencies]
thiserror = { workspace = true }
wfassoc = { path="../wfassoc" }
clap = { version="4.5.48", features=["derive"]}
serde = { version = "1.0.228", features=["derive"]}
toml = "0.9.8"
comfy-table = "7.2.1"