Skip to content

Commit 735e22a

Browse files
committed
feat: Add rbw inject and rbw run commands
1 parent 77464d4 commit 735e22a

File tree

5 files changed

+1542
-0
lines changed

5 files changed

+1542
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/pkg
22
/target
33
/target-ra
4+
5+
.worktrees/

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ zeroize = "1.8.2"
8787
arboard = { version = "3.6.1", default-features = false, features = [
8888
"wayland-data-control",
8989
], optional = true }
90+
dotenvy = "0.15.7"
9091

9192
[features]
9293
default = ["clipboard"]

0 commit comments

Comments
 (0)