diff --git a/common/Cargo.toml b/common/Cargo.toml index f92bf2e43..cc7df7f08 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,6 +2,10 @@ name = "plane-common" version = "0.5.2" edition = "2021" +description = "Client library and common utilities for the Plane session backend orchestrator." +license = "MIT" +repository = "https://github.com/jamsocket/plane" +readme = "README.md" [dependencies] axum = { version = "0.7.7", features = ["ws"] }