make windows work again

This commit is contained in:
2025-01-02 13:15:49 -05:00
parent cd4c613758
commit bf62054c2b
13 changed files with 2493 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "creddy_cli"
version = "0.6.0"
version = "0.6.4"
edition = "2021"
[dependencies]
@@ -10,3 +10,6 @@ dirs = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows = { workspace = true }