bootleg 0.2.0

A simple cli tool to copy to the clipboard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tools]
"cargo:git-cliff" = "latest"
"cargo:cargo-nextest" = "latest"
"cargo:cargo-dist" = "^0.28.0"
"cargo:bacon" = "latest"
"cargo:cargo-machete" = "latest"

[tasks.default]
description = "Run bacon"
run = ["bacon"]

[tasks.test]
description = "Run tests"
run = [
  "cargo clippy -- -D warnings",
  "cargo fmt -- --check",
  "cargo nextest r --lib --tests",
]