Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
0408fe856d
|
|||
4e3b711567
|
|||
7f0bff57eb
|
|||
92f167e7e8
|
@@ -2,4 +2,4 @@ kind: template
|
||||
load: bust_rustbin_default_template.yaml
|
||||
name: toolkit
|
||||
data:
|
||||
binName: default
|
||||
binName: toolkit
|
||||
|
12
.github/workflows/release-published.yml
vendored
12
.github/workflows/release-published.yml
vendored
@@ -34,12 +34,12 @@ jobs:
|
||||
# Custom dependencies in case other formulas are needed to build the current one.
|
||||
# Optional - multiline string.
|
||||
depends_on: |
|
||||
fzf
|
||||
gh
|
||||
dust
|
||||
bottom
|
||||
procs
|
||||
src-cli
|
||||
"fzf"
|
||||
"gh"
|
||||
"dust"
|
||||
"bottom"
|
||||
"procs"
|
||||
"sourcegraph/src-cli/src-cli"
|
||||
|
||||
# Custom install command for your formula.
|
||||
# Required - string.
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -316,7 +316,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "toolkit"
|
||||
version = "0.1.6"
|
||||
version = "0.1.8"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"eyre",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "toolkit"
|
||||
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
||||
version = "0.1.6"
|
||||
version = "0.1.8"
|
||||
edition = "2021"
|
||||
license-file = "LICENSE"
|
||||
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
||||
|
Reference in New Issue
Block a user