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"