make windows work again
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user