From 4528d5a91c1d83b08951350d29ef0980f2d3afe6 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Tue, 1 Nov 2022 19:32:52 +0000 Subject: [PATCH] update lapce-rpc cargo.toml --- lapce-rpc/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lapce-rpc/Cargo.toml b/lapce-rpc/Cargo.toml index 1c152b31..d90834ce 100644 --- a/lapce-rpc/Cargo.toml +++ b/lapce-rpc/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "lapce-rpc" +description = "Data formats between lapce components" +license = "Apache-2.0" version = "0.2.1" authors = ["Dongdong Zhou "] edition = "2021"