diff --git a/Cargo.lock b/Cargo.lock index c8a7787..825f0e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,7 +1326,7 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "voidpin" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "async-trait", diff --git a/crates/voidpin/Cargo.toml b/crates/voidpin/Cargo.toml index 392bddc..a89ff18 100644 --- a/crates/voidpin/Cargo.toml +++ b/crates/voidpin/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "voidpin" edition = "2024" +readme = "../../README.md" +license = "MIT" +authors = ["kjuulh "] +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 diff --git a/cuddle.yaml b/cuddle.yaml index 1071f29..a53dae8 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -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: