feat: add publish

This commit is contained in:
2025-08-03 12:11:17 +02:00
parent f8ecf2ab2f
commit 3e27fb2847
3 changed files with 8 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -1326,7 +1326,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
[[package]]
name = "voidpin"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -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

View File

@@ -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: