From 5ece5be6613d7c453c3f10c21a11fcc2b9375ebf Mon Sep 17 00:00:00 2001 From: Hidekazu Kobayashi Date: Fri, 14 Apr 2023 08:48:49 +0000 Subject: [PATCH] Add more fields on Cargo.toml for publishing --- tlmcmddb-cli/Cargo.toml | 2 ++ tlmcmddb-csv/Cargo.toml | 2 ++ tlmcmddb/Cargo.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tlmcmddb-cli/Cargo.toml b/tlmcmddb-cli/Cargo.toml index f3da3eb..7d5fb56 100644 --- a/tlmcmddb-cli/Cargo.toml +++ b/tlmcmddb-cli/Cargo.toml @@ -3,6 +3,8 @@ name = "tlmcmddb-cli" version = "0.1.0" edition = "2021" license = "MIT" +description = "C2A TlmCmd DB utility" +repository = "https://github.com/arkedge/c2a-tlmcmddb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tlmcmddb-csv/Cargo.toml b/tlmcmddb-csv/Cargo.toml index 7eb2896..df8baaa 100644 --- a/tlmcmddb-csv/Cargo.toml +++ b/tlmcmddb-csv/Cargo.toml @@ -3,6 +3,8 @@ name = "tlmcmddb-csv" version = "0.1.0" edition = "2021" license = "MIT" +description = "C2A TlmCmd DB CSV parser" +repository = "https://github.com/arkedge/c2a-tlmcmddb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tlmcmddb/Cargo.toml b/tlmcmddb/Cargo.toml index 8f8c189..8b99c9d 100644 --- a/tlmcmddb/Cargo.toml +++ b/tlmcmddb/Cargo.toml @@ -3,6 +3,8 @@ name = "tlmcmddb" version = "0.1.0" edition = "2021" license = "MIT" +description = "C2A TlmCmd DB data model" +repository = "https://github.com/arkedge/c2a-tlmcmddb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html