From 939b776bc8edc0dc2cb401326290345beb896d3f Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 16 Nov 2023 19:02:31 +0100 Subject: [PATCH] Update rust/candid_parser/Cargo.toml --- rust/candid_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/candid_parser/Cargo.toml b/rust/candid_parser/Cargo.toml index bee1a787..a619a6b8 100644 --- a/rust/candid_parser/Cargo.toml +++ b/rust/candid_parser/Cargo.toml @@ -3,7 +3,7 @@ name = "candid_parser" version = "0.1.0" edition = "2021" authors = ["DFINITY Team"] -description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer.This crates contains the parser and binding generator for Candid." +description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer. This crate contains the parser and the binding generator for Candid." homepage = "https://internetcomputer.org/docs/current/developer-docs/build/candid/candid-concepts" documentation = "https://docs.rs/candid_parser" repository = "https://github.com/dfinity/candid"