From 14e28cd82f3fb63d01ff76ac4badffa506cc456b Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:04:05 +0000 Subject: [PATCH] Add some metadata --- crates/clone_to_owned/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/clone_to_owned/Cargo.toml b/crates/clone_to_owned/Cargo.toml index 5028490..ff44da2 100644 --- a/crates/clone_to_owned/Cargo.toml +++ b/crates/clone_to_owned/Cargo.toml @@ -2,6 +2,8 @@ name = "librqbit-clone-to-owned" version = "2.2.1" edition = "2018" +description = "Util traits to represent something that can be made owned and change type at the same time." +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html