From 515207a391ce836267bcff9039758ea6f528cfb1 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 9 May 2023 12:07:06 +0100 Subject: [PATCH] package information --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index feb19bf..b285eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "sway-ipc" version = "0.1.0" authors = ["Michael Lindman "] edition = "2021" +description = "ipc library for sway" +repository = "git.0cd.xyz/michael/sway-ipc" +license-file = "LICENSE" [profile.release] strip = "symbols"