feat: add publish
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1326,7 +1326,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
||||
|
||||
[[package]]
|
||||
name = "voidpin"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@@ -1,6 +1,11 @@
|
||||
[package]
|
||||
name = "voidpin"
|
||||
edition = "2024"
|
||||
readme = "../../README.md"
|
||||
license = "MIT"
|
||||
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
||||
repository = "https://git.kjuulh.io/kjuulh/voidpin.git"
|
||||
description = "Voidpin allows sending copy/paste commands across the wire. It is specifically intended for use in ssh tunnels for long running sessions, where you want to share a clipboard. The primary use case is when a remote machine is used for development, but clipboard continues to be an ergonomic hurdle."
|
||||
|
||||
version.workspace = true
|
||||
|
||||
|
@@ -5,6 +5,8 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
|
||||
vars:
|
||||
service: "voidpin"
|
||||
registry: kasperhermansen
|
||||
rust:
|
||||
publish: {}
|
||||
|
||||
please:
|
||||
project:
|
||||
|
Reference in New Issue
Block a user