Skip to content

Commit 31e934b

Browse files
committed
v0.1.0
1 parent ee68a02 commit 31e934b

3 files changed

Lines changed: 1 addition & 117 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@ path = "src/runner/main.rs"
2525
anyhow = "1.0.71"
2626
clap = { version = "4.3.4", features = ["derive"] }
2727
crossterm = "0.26.1"
28-
ignore = "0.4.20"
2928
inquire = "0.6.2"
30-
md5 = "0.7.0"
3129
regex = "1.9.1"
3230
reqwest = "0.11.18"
3331
serde = { version = "1", features = ["derive"] }
34-
serde_json = "1"
3532
serde_yaml = "0.9.25"
3633
tokio = { version = "1", features = ["full"] }
37-
toml = "0.7.6"
3834
url = "2.4.0"
3935
walkdir = "2.3.3"
4036
zip = "0.6.6"

wix/main.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
6161

6262
<Product
63-
Id='*'
63+
Id='FF60BF29-2EAE-4670-BF12-735BA7CD24F4'
6464
Name='Chain'
6565
UpgradeCode='9FC8122B-AD8A-4B9A-A29A-763FE371E404'
6666
Manufacturer='Zeke'

0 commit comments

Comments
 (0)